Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The day of the month on which an exception recurrence is scheduled.
<MonthDay>
IntegerValue
<MonthDay>
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Example
In the following example, the MonthDay element specifies that the exception named New Year's Day occurs on the first day of the month.
<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>