Class RecurrencePattern

RecurrencePattern class

Represents a recurrence pattern.

public abstract class RecurrencePattern

Properties

NameDescription
EndDate { get; set; }Gets or sets the end date.
Interval { get; set; }Gets or sets the number of recurrence units.
Occurs { get; set; }Gets or sets the number of occurrences of the recurrence pattern.
WeekStart { get; set; }Gets or sets the week start.

Methods

NameDescription
override ToString()Returns a string that represents the current object.
explicit operatorConverts string representation of recurrence pattern in ICalendar format to object

See Also