monthsType Complex Type

Defines the child elements and sequencing information for the Months (monthlyDayOfWeekScheduleType) and Months (monthlyScheduleType) elements.

<xs:complexType name="monthsType">
    <xs:all>
        <xs:element name="January"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="February"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="March"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="April"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="May"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="June"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="July"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="August"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="September"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="October"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="November"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="December"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
    </xs:all>
</xs:complexType>

Child elements

Element Type Description
April N/A Specifies that the task runs in April.
August N/A Specifies that the task runs in August.
December N/A Specifies that the task runs in December.
February N/A Specifies that the task runs in February.
January N/A Specifies that the task runs in January.
July N/A Specifies that the task runs in July.
June N/A Specifies that the task runs in June.
March N/A Specifies that the task runs in March.
May N/A Specifies that the task runs in May.
November N/A Specifies that the task runs in November.
October N/A Specifies that the task runs in October.
September N/A Specifies that the task runs in September.

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