次の方法で共有


Exceptions 要素

カレンダーに関連付けられる例外のコレクションです。

<Exceptions>
  <Exception>…</Exception>
</Exceptions>

親要素

Calendar

子要素

例外

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>

関連項目

概念

Calendar 要素と XML データ構造

Calendars 要素の XML スキーマ