Modifier and Type | Method and Description |
---|---|
RecurrenceRule |
RecurrenceRuleCollection.add()
Adds a
RecurrenceRule to the collection. |
RecurrenceRule |
RecurrenceRuleCollection.get(int index)
Gets or sets a
RecurrenceRule from the collection. |
Modifier and Type | Method and Description |
---|---|
int |
RecurrenceRuleCollection.add(RecurrenceRule rule)
Adds a
RecurrenceRule to the collection. |
boolean |
RecurrenceRule.equals(RecurrenceRule other)
Determines whether the specified
RecurrenceRule is equal to this instance. |
void |
RecurrenceRuleCollection.set(int index,
RecurrenceRule value)
Gets or sets a
RecurrenceRule from the collection. |