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


Add(RecurrenceRule)

Adds a RecurrenceRule to the collection.

public int Add(RecurrenceRule rule)
ParameterTypeDescription
ruleRecurrenceRuleThe RecurrenceRule to add.

Return Value

The zero-based index of the newly added item.

See Also