Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the child elements and sequencing information for the ScheduleByMonth (calendarTriggerType) element.
<xs:complexType name="monthlyScheduleType">
<xs:all>
<xs:element name="DaysOfMonth"
type="daysOfMonthType"
minOccurs="0"
/>
<xs:element name="Months"
type="monthsType"
minOccurs="0"
/>
</xs:all>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
DaysOfMonth | daysOfMonthType | Specifies the days of the month during which the task runs. |
Months | monthsType | Specifies the months of the year during which the task runs for a monthly schedule. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |