Enum AlarmMatchMode
Available modes for determining when alarm should trigger.
public enum AlarmMatchMode
Fields
Day = 64
Alarm triggers when the day-of-the-month matches.
DayOfWeek = 48
Alarm triggers when the day-of-the-week matches.
Full = 112
Alarm triggers when the second, minute, hour, day-of-the-week, day-of-the-month and month matches.
Hour = 32
Alarm triggers when the hour matches.
Minute = 16
Alarm triggers when the minute matches.
Second = 0
Alarm triggers when the second matches.