The RecurrenceInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RecurrenceInfo |
Initializes a new instance of the RecurrenceInfo class.
|
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| RecurrencePatternSkipDatesChanged |
Occurs when the contents of the skip dates collection of the RecurrencePattern changes.
|