The RecurrenceRule type exposes the following members.

Fields

  NameDescription
Public fieldEvery
This event repeats every "x" day/week/month/year.
Public fieldStatic memberException
Specifies that this event represents an exception from rule defined in the main event.
Public fieldList
Public fieldNamed
Named days/weeks on which the event repeats. If a value is specified (not null), it will be used instead of Every value.
Public fieldStatic memberNoRepeat
Specifies that the event does not recur.
Public fieldRepeat
The type of event repeating (None, Daily, Weekly, etc.).
Public fieldUnits
List of lower units on which the events repeats (e.g. days of week for Weekly rule).

See Also