RecurrenceRuleCollection.Add
Add()
Adds a RecurrenceRule
to the collection.
public RecurrenceRule Add()
Return Value
The zero-based index of the newly added item.
See Also
- class RecurrenceRule
- class RecurrenceRuleCollection
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email
Add(RecurrenceRule)
Adds a RecurrenceRule
to the collection.
public int Add(RecurrenceRule rule)
Parameter | Type | Description |
---|---|---|
rule | RecurrenceRule | The RecurrenceRule to add. |
Return Value
The zero-based index of the newly added item.
See Also
- class RecurrenceRule
- class RecurrenceRuleCollection
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email