Month 要素
定期的な例外が予定されている月です。
<Month>
IntegerValue
</Month>
親要素
Occurrences
最小 : 0 最大 : 1 |
テキスト値
integer 型のテキスト値が必要です。
値 |
説明 |
---|---|
0 |
1 月 |
1 |
2 月 |
2 |
3 月 |
3 |
4 月 |
4 |
5 月 |
5 |
6 月 |
6 |
7 月 |
7 |
8 月 |
8 |
9 月 |
9 |
10 月 |
10 |
11 月 |
11 |
12 月 |
例
以下の例では、Month 要素を使用して、1 月に "New Year's Day" という名前のカレンダーの例外が発生することを示します。
<Exception>
<EnteredByOccurrences>0</EnteredByOccurrences>
<TimePeriod>
<FromDate>2007-01-01T00:00:00</FromDate>
<ToDate>2026-01-01T23:59:00</ToDate>
</TimePeriod>
<Occurrences>20</Occurrences>
<Name>New Year's Day</Name>
<Type>2</Type>
<Month>0</Month>
<MonthDay>1</MonthDay>
<DayWorking>0</DayWorking>
</Exception>