CalendarRecurrence
Contents
[
Hide
]CalendarRecurrence class
The main class, represents an iCalendar recurrence.
Constructors
| Name | Description |
|---|---|
| CalendarRecurrence (2 overloads) | Initializes a new instance of the CalendarRecurrence class. |
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Determines whether the specified CalendarRecurrence is equal to this instance. |
| FromiCalendar | Gets a recurrence pattern from iCalendar string. |
| FromRecurrence (2 overloads) | Gets a recurrence pattern from XmlElement. |
| GenerateOccurrences (5 overloads) | Generates the occurrences. |
| GenerateOccurrencesInternal (2 overloads) | Generates occurrences without Evaluation limitation.Use this method for internal calculation to avoid incorrect results. |
| get_EndDate | Gets the end date. |
| get_ExDates | Gets the ex dates. |
| get_ExRules | Gets the ex rules. |
| get_RDates | Gets the R dates. |
| get_RRules | Gets the R rules. |
| get_StartDate | Gets the start date. |
| GetHashCode | Returns a hash code for this instance. |
| set_EndDate | Sets the end date. |
| set_StartDate | Sets the start date. |
| ToiCalendar | To iCalendar string. |
| operator!= | Implements the operator !=. |
| operator== | Implements the operator ==. |
| MaxEvaluationRangeEnd |