RecurrencePattern

RecurrencePattern class

Represents a recurrence pattern.

Constructors

NameDescription
RecurrencePattern (5 overloads)Initializes a new instance of the RecurrencePattern class.

Methods

NameDescription
BuildDailyRRule
BuildMonthlyRRule
BuildWeeklyRRule
BuildYearlyRRule
get_EndDateGets the end date.
get_IntervalGets the number of recurrence units.
get_OccursGets the number of occurrences of the recurrence pattern.
get_WeekStartGets the week start.
set_EndDateSets the end date.
set_IntervalSets the number of recurrence units.
set_OccursSets the number of occurrences of the recurrence pattern.
set_WeekStartSets the week start.
to_RecurrencePatternConverts string representation of recurrence pattern in ICalendar format to object
DailyRecurrencePattern
WeeklyRecurrencePattern