Method | Description | |
---|---|---|
Alarm ( ) : System | ||
Alarm ( int id, string name, int hours, int minutes, int seconds, bool mon, bool tue, bool wed, bool thu, bool fri, bool sat, bool sun, bool enabled ) : System |
public Alarm ( int id, string name, int hours, int minutes, int seconds, bool mon, bool tue, bool wed, bool thu, bool fri, bool sat, bool sun, bool enabled ) : System | ||
id | int | |
name | string | |
hours | int | |
minutes | int | |
seconds | int | |
mon | bool | |
tue | bool | |
wed | bool | |
thu | bool | |
fri | bool | |
sat | bool | |
sun | bool | |
enabled | bool | |
return | System |