RecurrenceRuleCollection Class

Represents a collection of RecurrenceRule objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionRecurrenceRule
    Aspose.Email.Calendar.RecurrencesRecurrenceRuleCollection

Namespace:  Aspose.Email.Calendar.Recurrences
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class RecurrenceRuleCollection : Collection<RecurrenceRule>

The RecurrenceRuleCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from CollectionRecurrenceRule.)
Public propertyItem (Inherited from CollectionRecurrenceRule.)
Protected propertyItems (Inherited from CollectionRecurrenceRule.)
Methods
  NameDescription
Public methodAdd
Adds a RecurrenceRule to the collection.
Public methodAdd(RecurrenceRule)
Adds a RecurrenceRule to the collection.
Public methodClear (Inherited from CollectionRecurrenceRule.)
Protected methodClearItems (Inherited from CollectionRecurrenceRule.)
Public methodContains (Inherited from CollectionRecurrenceRule.)
Public methodCopyTo (Inherited from CollectionRecurrenceRule.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionRecurrenceRule.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionRecurrenceRule.)
Public methodInsert (Inherited from CollectionRecurrenceRule.)
Protected methodInsertItem (Inherited from CollectionRecurrenceRule.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from CollectionRecurrenceRule.)
Public methodRemoveAt (Inherited from CollectionRecurrenceRule.)
Protected methodRemoveItem (Inherited from CollectionRecurrenceRule.)
Protected methodSetItem (Inherited from CollectionRecurrenceRule.)
Public methodToString (Inherited from Object.)
Remarks

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

See Also