RecurrencePattern
RecurrencePattern class
Represents a recurrence pattern.
Constructors
| Name | Description |
|---|---|
| RecurrencePattern (5 overloads) | Initializes a new instance of the RecurrencePattern class. |
Methods
| Name | Description |
|---|---|
| BuildDailyRRule | |
| BuildMonthlyRRule | |
| BuildWeeklyRRule | |
| BuildYearlyRRule | |
| get_EndDate | Gets the end date. |
| get_Interval | Gets the number of recurrence units. |
| get_Occurs | Gets the number of occurrences of the recurrence pattern. |
| get_WeekStart | Gets the week start. |
| set_EndDate | Sets the end date. |
| set_Interval | Sets the number of recurrence units. |
| set_Occurs | Sets the number of occurrences of the recurrence pattern. |
| set_WeekStart | Sets the week start. |
| to_RecurrencePattern | Converts string representation of recurrence pattern in ICalendar format to object |
| DailyRecurrencePattern | |
| WeeklyRecurrencePattern |