MonthDay 要素
定期的な例外が予定されている日。
<MonthDay>
IntegerValue
<MonthDay>
親要素
Occurrences
最小 : 0 最大 : 1 |
例
次の例では、 MonthDay 要素は New Year's Day という名前の例外が月の最初の日に発生することを指定しています。
<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>