The RecurrenceInfo type exposes the following members.

Constructors

  NameDescription
RecurrenceInfo
Initializes a new instance of the RecurrenceInfo class.

Methods

  NameDescription
Forever
Creates a RecurrenceInfo that runs indefinitely.
ToEndDate
Creates a RecurrenceInfo that runs until a specified date.
ToMaxOccurrences
Creates a RecurrenceInfo that runs for a specified number of occurrences.

Properties

  NameDescription
Duration
Gets the duration of the recurring item.
EndDate
Gets the end date of the recurrence.
EndType
Gets the end criterion for the recurrence.
MaxOccurrences
Gets the maximum number of occurrences.
RecurrencePattern
Gets the recurrence pattern.
StartDate
Gets the start date of the recurrence.
StartTime
Gets the start time of day of the recurrence.

Events

  NameDescription
RecurrencePatternSkipDatesChanged
Occurs when the contents of the skip dates collection of the RecurrencePattern changes.

See Also