daysOfMonthType Complex Type

Defines the child element and sequencing information for the DaysOfMonth (monthlyScheduleType) element.

<xs:complexType name="daysOfMonthType">
    <xs:sequence>
        <xs:element name="Day"
            type="dayOfMonthType"
            minOccurs="0"
            maxOccurs="32"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
Day dayOfMonthType Specifies a day of the month during which the task runs.

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