The IRecurrencePattern type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Includes(DateTime, DateTime) |
Gets whether the pattern occurs on the specified day, assuming a given start date.
| |
| Includes(DateTime, DateTime, DateTime) |
Gets whether the pattern occurs on the specified day, assuming a given start and end date.
| |
| Includes(DateTime, DateTime, Int32) |
Gets whether the pattern occurs on the specified day, assuming a given start date
and maximum occurrence count.
|
Extension Methods
| Name | Description | |
|---|---|---|
| ToXml |
Gets an XElement containing the details of the recurrence pattern.
(Defined by RecurrencePatternXmlSerializer.) |
Properties
| Name | Description | |
|---|---|---|
| SkipDates |
Gets a list of all the dates where schedule items have been deleted from the recurrence pattern.
|
Events
| Name | Description | |
|---|---|---|
| SkipDatesChanged |
Raised when the SkipDates collection is changed.
|