Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 1.93 KB

taskschedulerschema-daysofmonthtype-complextype.md

File metadata and controls

72 lines (44 loc) · 1.93 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
daysOfMonthType Complex Type
Defines the child element and sequencing information for the DaysOfMonth (monthlyScheduleType) element.
8258c090-c836-497e-8e5b-db4782277822
daysOfMonthType complex type Task Scheduler
apiref
daysOfMonthType
Schema
reference
05/31/2018

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