Previous page

Next page

Locate page in Contents

Print this page

monthly_day_of_week_triggerType

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

day_of_week

1..7

none

The day of week on which to execute the task. The possible values are:

0 -- Sunday

1 -- Monday

2 -- Tuesday

3 -- Wednesday

4 -- Thursday

5 -- Friday

6 -- Saturday

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.

weekday_of_month

1..6

none

The weekday of month on which to execute the task. The possible values are:

1 -- First

2 -- Second

3 -- Third

4 -- Forth

5 -- Fifth

6 -- Last

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 day_of_week parameter), one occurrence should contain 1 and the other should contain 2.

month_of_year

1..12

none

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>

Please send us your feedback on this help page