Description | This object specifies a string-value describing the details
regarding the time at which the event should get triggered.
For example,
00:30 Hrs on Jan, June & Dec, every weekday (Mon-Fri)
30 0 * 1,6,12 1-5
* * * * * command to be executed
- - - - -
| | | | |
| | | | +----- day of week (0 - 6) Sunday=0
| | | +------- month (1 - 12)
| | +--------- day of month (1 - 31)
| +----------- hour (0 - 23)
+------------- min (0 - 59)
Other management interfaces (e.g., local console) will configure
time in the above manner. cewEventTime can also have wild cards
as shown in the above example. |