Month (monthlyScheduleType) 元素
指定工作針對每月排程執行之年份的月份。
<xs:element name="Months"
type="monthsType"
/>
Months元素是由monthlyScheduleType複雜類型所定義。
父元素
元素 | 衍生自 | Description |
---|---|---|
ScheduleByMonth | monthlyScheduleType | 指定每月排程。 |
子元素
元素 | 類型 | Description |
---|---|---|
April (monthsType) | 指定工作在 4 月執行。 |
|
8 月 (月類型) | 指定工作在 8 月執行。 |
|
12 月 (月Type) | 指定工作在 12 月執行。 |
|
2 月 (個月Type) | 指定工作在 2 月執行。 |
|
1 月 (月Type) | 指定工作在 1 月執行。 |
|
7 月 (月Type) | 指定工作在 7 月執行。 |
|
6 月 (月類型) | 指定工作在 6 月執行。 |
|
3 月 (個月類型) | 指定工作在 3 月執行。 |
|
5 月 (個月類型) | 指定工作在 5 月執行。 |
|
11 月 (個月Type) | 指定工作在 11 月執行。 |
|
10 月 (個月Type) | 指定工作在 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 [僅限傳統型應用程式] |