Class RecurrenceRuleCollection

RecurrenceRuleCollection class

Represents a collection of RecurrenceRule objects.

public class RecurrenceRuleCollection : Collection<RecurrenceRule>

Methods

NameDescription
Add()Adds a RecurrenceRule to the collection.
Add(RecurrenceRule)Adds a RecurrenceRule to the collection.

Remarks

Corresponds to a collection of RRULE or EXRULE parts of a recurrence pattern.

See Also