images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

Time Alarm Examples

Example
Description
TIME==13:00
Alarm if the time is one oclock p.m.
TIME>13:00
Alarm if the time is after one oclock p.m.
TIME<13:00
Alarm if the time is before one oclock p.m.
TIME>=13:00
Alarm if the time is one oclock p.m., or if the time is after one oclock p.m.
TIME<=13:00
Alarm if the time is one oclock p.m., or if the time is before one oclock p.m.
TIME!=13:00
Alarm if the time is not one oclock p.m.

Time alarms require the use of the TIME parameter, an operator, and a time stated in 24 hour (HH:MM) format.