RecurrencePattern Properties
The RecurrencePattern type exposes the following members.
Properties
Name | Description | |
---|---|---|
dayOfMonth |
The day Of the month On which the Event occurs. Required If type Is absoluteMonthly Or absoluteYearly
|
|
daysOfWeek |
A collection Of the days Of the week On which the Event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday
|
|
firstDayOfWeek |
The first day Of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default Is sunday. Required if type Is weekly
|
|
index |
Specifies On which instance Of the allowed days specified In daysOfsWeek the Event occurs, counted from the first instance In the month. The possible values are: first, second, third, fourth, last. Default Is first. Optional And used if type Is relativeMonthly Or relativeYearly
|
|
interval |
The number Of units between occurrences, where units can be In days, weeks, months, Or years, depending On the type. Required
|
|
month |
The month In which the Event occurs. This Is a number from 1 To 12
|
|
type |
recurrencePatternType The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required
|