Method | Description | |
---|---|---|
AlarmView ( |
||
AlarmView ( |
||
GetIndex ( string p_name ) : int |
Returns the Index by trimmings
|
|
SetAlarm ( System.DateTime p_alarm ) : void | ||
UpdateView ( bool p_bIsOn ) : void |
public AlarmView ( |
||
p_context | ||
p_index | int | |
return | System |
public AlarmView ( |
||
p_context | ||
p_index | int | |
p_bIsOn | bool | |
return | System |
public static GetIndex ( string p_name ) : int | ||
p_name | string |
/// The p_name is the name of the ToggleSwitchButtons which follows this pattern.
/// |
return | int |
public SetAlarm ( System.DateTime p_alarm ) : void | ||
p_alarm | System.DateTime | |
return | void |