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 ScheduleByWeek element.
<xs:complexType name="weeklyScheduleType">
<xs:all>
<xs:element name="WeeksInterval"
minOccurs="0"
>
<xs:simpleType>
<xs:restriction
base="unsignedByte"
>
<xs:minInclusive
value="1"
/>
<xs:maxInclusive
value="52"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DaysOfWeek"
type="daysOfWeekType"
minOccurs="0"
/>
</xs:all>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
DaysOfWeek | daysOfWeekType | Specifies the days of the week in which the task runs. |
WeeksInterval | Specifies the interval between the weeks in the schedule. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |