weeklyScheduleType Complex Type
- Cikk
-
-
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
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|
See also
-
Task Scheduler