Click or drag to resize
RecurrenceRange Properties

The RecurrenceRange type exposes the following members.

Properties
  Name Description
Public property EventDuration
The duration of the recurring event.
Public property MaxOccurrences
Optional limit for the number of occurrences. Defaults to no limit (Int32.MaxInt).
Public property RecursUntil
Optional end date for the recurring appointment. Defaults to no end date (DateTime.MaxValue).
Public property Start
The start of the recurring event.
Top
See Also