The RecurrenceRule type exposes the following members.

Properties

  NameDescription
Public propertyId
ID of the event.
Public propertyRangeSpec
Recurrence range definition type (Until, or Times).
Public propertyStart
Public propertyTimesValue
How many times does the event repeat. Applies when RangeSpec = Times.
Public propertyUntilValue
End time of the repeat range (excluded). Applies when RangeSpec = Until.

See Also