The date and time at which the schedule should start to run.
You can specify the date and time in one of the following formats:
YYYY-SHORTMONTH-DD HH:NN:SS
. Controller interprets the time as UTC.#ISODATETIME
. An ISO-8601 date, optionally with a time. This format accepts the format YYYY-MM-DDTHH:NN:SS.FFFFZ
. YYYY-MM-DD
is always required, but this format accepts the following variations:
T
or a space, or you can omit the separator between date and time. If you use the T
separator, it must have a valid time after it.Z
, ±HH
, ±HHMM
, or ±HH:MM
.YYYYMMDDHHMMSS
, but not YYYYMMDDHH:MM:SS
or YYYY-MM-DDHHMMSS
).IMPORTANT: The AddSchedule action requires you to provide the schedule information. You can provide the schedule by setting Schedule, or by setting ScheduleStart
and ScheduleInterval (optionally with ScheduleEnd or ScheduleCount). If you set ScheduleStart
, you must either set ScheduleInterval, or set ScheduleCount to 1 to run the action once only.
Actions: | AddSchedule EditSchedule |
Type: | String |
Default: | None |
Required: | Yes |
Example: | ScheduleStart=2001-Jan-08 15:42:36
|
See Also: | ScheduleInterval |
|