Summary:
This type is used to define a monthly-day-of-week schedule policy.
Type specification:
Extends triggerType
Adds the following elements:
Name |
Min/Max |
Type |
Description |
|
|
|
The day of week on which to execute the task. The possible values are:
You may include as much as 7 occurrence of this element in a single packet. For example, to execute a task every Saturday and Monday, one occurrence should contain 6, and the other should contain 0. |
|
|
|
The weekday of month on which to execute the task. The possible values are:
You may include as many as 6 occurrence of this element in a single packet. For example, to execute a task every first and every second day-of-week of the month (for example Friday, the actual day is determined by the |
|
|
|
The month of the year from the range of 1 to 12 on which to execute the task. You may include as many as 12 occurrences of this element in a single packet. For example, to execute a task every January and December, one occurrence should contain 1 and the other should contain 12. |
Examples:
Execute the task at midnight every last Friday of the month, March through May.
<start_time>2007-02-01T00:00:00-0500</start_time>
<day_of_week
>5</day_of_week
>
<weekday_of_month>6<
/weekday_of_month>
<month_of_year>3<
/month_of_year>
<month_of_year>4<
/month_of_year>
<month_of_year>5<
/month_of_year>