April (monthType) Element
指定任务在 4 月运行。
<xs:element name="April">
<xs:complexType />
</xs:element>
April 元素由 monthsType 复杂类型定义。
父元素
元素 | 派生 | 说明 |
---|---|---|
Month (monthlyDayOfWeekScheduleType) | monthsType | 指定任务按月计划运行一年中的月份。 |
Month (monthlyScheduleType) | monthsType | 指定任务按周的每月计划运行一年中的月份。 |
示例
以下 XML 定义在 4 月运行任务的月份日历。
<Months>
<April/>
</Months>
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |