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 Week element.
<xs:complexType name="weeksType">
<xs:sequence>
<xs:element name="Week"
type="weekType"
minOccurs="0"
maxOccurs="5"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
Week | weekType | Specifies the week in which the task is run. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |