次の方法で共有


MonthPosition 要素

月アイテムの月内での位置です。

<MonthPosition>
  IntegerValue
</MonthPosition>

親要素

例外

Occurrences

最小 : 0

最大 : 1

テキスト値

integer 型のテキスト値が必要です。

説明

0

第 1 位置

1

第 2 位置

2

第 3 位置

3

第 4 位置

4

最後の位置

以下の例では、 MonthPosition 要素は、Thanksgiving という名前の例外が 11 月の第 4 木曜日に発生することを指定しています。

<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>

関連項目

概念

Calendar 要素と XML データ構造

Calendars 要素の XML スキーマ