MonthPosition 元素
月项在一个月内的位置。
<MonthPosition>
IntegerValue
</MonthPosition>
父元素
出现次数
最小值:0 最大值:1 |
文本值
需要整数类型的文本值。
值 |
说明 |
---|---|
0 |
第一个位置 |
1 |
第二个位置 |
2 |
第三个位置 |
3 |
第四个位置 |
4 |
最后一个位置 |
示例
在以下示例中,MonthPosition 元素指定名为感恩节的异常发生在 11 月的第四个星期四。
<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>