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 elements and sequencing information for the ScheduleByMonthDayOfWeek element.
<xs:complexType name="monthlyDayOfWeekScheduleType">
<xs:all>
<xs:element name="Weeks"
type="weeksType"
minOccurs="0"
/>
<xs:element name="DaysOfWeek"
type="daysOfWeekType"
/>
<xs:element name="Months"
type="monthsType"
minOccurs="0"
/>
</xs:all>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
DaysOfWeek | daysOfWeekType | Specifies the days of the week during which the task runs. |
Months | monthsType | Specifies the months of the year during which the task runs. |
Weeks | weeksType | Specifies the weeks 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] |