The RecurrenceInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RecurrenceInfo |
Initializes a new instance of the RecurrenceInfo class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Forever |
Creates a RecurrenceInfo that runs indefinitely.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToEndDate |
Creates a RecurrenceInfo that runs until a specified date.
| |
| ToMaxOccurrences |
Creates a RecurrenceInfo that runs for a specified number of occurrences.
| |
| ToString | (Inherited from Object.) |
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.
|