Summary:
This type is used to define a monthly schedule policy.
Type specification:
Extends triggerType
Adds the following elements:
Name |
Min/Max |
Type |
Description |
|
|
|
The day of the month from the range of 1 to 31 (or 32 for the last day of the month) on which to execute the task. You may include as many as 32 occurrences of the element in a single packet, each specifying a day on which to execute a task. For example, to execute a task on the 1st and the last day of the month, one occurrence should contain 1 and the other occurrence should contain 32. |
|
|
|
The month on which to execute the task from the range of 1 to 12. You may include as many as 12 occurrences of this element in a single packet, each specifying a month on which the task should be executed. For example, to execute a task every January and December, one occurrence should contain 1 and the other occurrence should contain 12. |
Example:
Execute the task on July 4th of every year with no task expiration date.
<start_time>2007-03-01T16:05:00-0500</start_time>
<day_of_month>4</day_of_month>
<month_of_year>7</month_of_year>
Execute the task on the first and the last day of each month with no task expiration date.
<start_time>2007-03-01T16:05:00-0500</start_time>
<day_of_month
>1</day_of_month
>
<day_of_month
>32</day_of_month
>
<month_of_year>
1</month_of_year>
<month_of_year>2<
/month_of_year>
<month_of_year>3<
/month_of_year>
<month_of_year>4<
/month_of_year>
<month_of_year>5<
/month_of_year>
<month_of_year>6<
/month_of_year>
<month_of_year>7<
/month_of_year>
<month_of_year>8<
/month_of_year>
<month_of_year>9<
/month_of_year>
<month_of_year>10<
/month_of_year>
<month_of_year>
11</month_of_year>
<month_of_year>
12</month_of_year>