daysOfWeekType 复杂类型
定义 DaysOfWeek (weeklyScheduleType) 和 DaysOfWeek (monthlyDayOfWeekScheduleType) 元素的子元素和排序信息。
<xs:complexType name="daysOfWeekType">
<xs:all>
<xs:element name="Monday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Tuesday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Wednesday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Thursday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Friday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Saturday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Sunday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
</xs:all>
</xs:complexType>
子元素
元素 |
类型 |
说明 |
星期五 |
空值 |
任务在星期五运行。
|
星期一 |
空值 |
任务在星期一运行。
|
星期六 |
空值 |
任务在星期六运行。
|
星期日 |
空值 |
任务在星期日运行。
|
星期四 |
空值 |
任务在星期四运行
|
星期二 |
空值 |
任务在星期二运行。
|
星期三 |
空值 |
任务在星期三运行。
|
要求
要求 |
值 |
最低受支持的客户端
|
Windows Vista [仅限桌面应用]
|
最低受支持的服务器
|
Windows Server 2008 [仅限桌面应用]
|
另请参阅
-
任务计划程序架构复杂类型
-
任务计划程序