次の方法で共有


MonthItem 要素

例外頻度をスケジュールする月アイテム。

<MonthItem>
  IntegerValue
</MonthItem>

親要素

例外

Occurrences

最小 : 0

最大 : 1

テキスト値

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

有効な値を表 1 に示します。

説明

0

1

週日

2

週末

3

日曜日

4

月曜日

5

火曜日

6

水曜日

7

木曜日

8

金曜日

9

土曜日

次の例の MonthItem 要素は、Thanksgiving という名前のカレンダー例外が木曜日に発生することを示しています。

<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 スキーマ