Exceptions 要素
カレンダーに関連付けられる例外のコレクションです。
<Exceptions>
<Exception>…</Exception>
</Exceptions>
親要素
子要素
Occurrences
最小 : 0 最大 : 1 |
例
次の例では、Exceptions 要素に 2 つのカレンダー例外の定義が含まれています。 元の日は、月の日によって年単位で定義されます (型 = 2)。 感謝祭は、11 月 (Month = 10) の 4 番目 (MonthPosition = 3) 木曜日 (MonthItem = 7) に休日がある位置 (型 = 3) によって毎年定義されます。
<Exceptions>
<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>
<Exception>
<EnteredByOccurrences>0</EnteredByOccurrences>
<TimePeriod>
<FromDate>2007-11-22T00:00:00</FromDate>
<ToDate>2026-11-30T23:59:00</ToDate>
</TimePeriod>
<Occurrences>20</Occurrences>
<Name>Thanksgiving</Name>
<Type>3</Type>
<Month>10</Month>
<MonthItem>7</MonthItem>
<MonthPosition>3</MonthPosition>
<DayWorking>0</DayWorking>
</Exception>
</Exceptions>