Container element that specifies the time at which the event is to be executed. This is a required element.
The following table describes subelements for the EVENTTIME element.
Table 2–10 EVENTTIME subelements
Element |
Required |
Description |
---|---|---|
TIMEOFDAY |
only one |
A space separated list of times (in 24 hr hh:mm notation) at which the event should be run. This is a required element. If neither DAYOFWEEK or DAYOFMONTH is specified then the event will be scheduled at these times every day of the week. For example, <TIMEOFDAY>00:30 6:30 12:30 18:30</TIMEOFDAY> |
DAYOFWEEK |
zero or one |
A space separated list of weekday names on which the event should be run at the time specified by the TIMEOFDAY value. A value for either this element or the DAYOFMONTH element must be specified. The valid names for weekdays are - Mon, Tue, Wed, Thu, Fri, Sat, Sun. For example, <DAYOFWEEK>Mon Wed Fri</DAYOFWEEK> |
DAYOFMONTH |
zero or one |
A space separated list of integers from 1-31 that denotes the day of the month on which the event is to be run. The TIMEOFDAY value specifies the time at which the event will be run. A value for either this element or the TIMEOFDAY element must be specified. For example, <DAYOFMONTH>1 15</DAYOFMONTH> |
ONSTARTUP |
only one |
The event is scheduled to occur when the server starts up. |
ONSHUTDOWN |
only one |
The event is scheduled to occur when the server shuts down. |