monthlyScheduleType Complex Type

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]

See also

Task Scheduler Schema Complex Types

Task Scheduler