Exceptions 元素

与日历关联的异常集合。

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

父元素

Calendar

子元素

异常

出现次数

最小值:0

最大值:1

示例

以下示例包含 Exceptions 元素中两个日历异常的定义。 元旦按月份的日期定义, (类型 = 2) 。 感恩节每年按位置 (Type = 3) 定义,其中假期在第四 (MonthPosition = 3) 星期四 (MonthItem = 7) , (Month = 10) 。

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