MonthItem 元素

计划异常重复周期的月份项。

<MonthItem>
  IntegerValue
</MonthItem>

父元素

异常

出现次数

最小值:0

最大值:1

文本值

需要整数类型的文本值。

表 1 中列出了有效值。

说明

0

1

工作日

2

周末

3

星期日

4

星期一

5

星期二

6

星期三

7

星期四

8

星期五

9

星期六

示例

在以下示例中,MonthItem 元素指示名为感恩节的日历异常发生在星期四。

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