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 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] |