MonthDay Element
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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>