Month (monthlyScheduleType) 元素
指定按月计划运行任务的一年中月份。
<xs:element name="Months"
type="monthsType"
/>
Months 元素由 monthlyScheduleType 复杂类型定义。
父元素
元素 | 派生 | 说明 |
---|---|---|
ScheduleByMonth | monthlyScheduleType | 指定每月计划。 |
子元素
元素 | 类型 | 说明 |
---|---|---|
April (monthsType) | 指定任务在 4 月运行。 |
|
八月 (个月类型) | 指定任务在 8 月运行。 |
|
December (monthsType) | 指定任务在 12 月运行。 |
|
2 月 (月类型) | 指定任务在 2 月运行。 |
|
一月 (月类型) | 指定任务在 1 月运行。 |
|
July (monthsType) | 指定任务在 7 月运行。 |
|
June (monthsType) | 指定任务在 6 月运行。 |
|
March (monthsType) | 指定任务在 3 月运行。 |
|
May (monthType) | 指定任务在 5 月运行。 |
|
11 月 (个月类型) | 指定任务在 11 月运行。 |
|
10 月 (月类型) | 指定任务在 10 月运行。 |
|
9 月 (月类型) | 指定任务在 9 月运行。 |
备注
对于脚本开发,使用 MonthlyTrigger.MonthsOfYear 属性指定计划的月份。
对于 C++ 开发,使用 IMonthlyTrigger::MonthsOfYear 属性指定计划的月份。
示例
以下 XML 定义一个每月日历,该日历在一年中每个月的第 1 天和第 15 天启动任务。
</ScheduleByMonth>
<DaysOfMonth>
<Day>1</Day>
<Day>15</Day>
</DaysOfMonth
<Months>
<January/>
<February/>
<March/>
<April/>
<May/>
<June/>
<July/>
<August/>
<September/>
<October/>
<November/>
<December/>
<Months>
</ScheduleByMonth>
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |