Search
Recurrence Methods
 


 Public Methods

  Name Description

applyPattern

Copies the property values of the specified Recurrence object asvalues for the properties of this Recurrence object.This method behaves similarly to the clone method but does not create a new object.

associateWith

Associates the Recurrence with the specified item. If the supplied reference is null,the recurrence is detached from the currently associated master.

clearExceptions

Removes all exceptions of this Recurrence.

clone

Creates an exact copy of this Recurrence object.

fromJson

Overloaded.  

generateItems

Creates occurrence items for this Recurrence in the specified date range.

getEndDate

Returns the end date for this Recurrence. The end date is calculated based on the specified repeat number if RecurrenceEnd is set to NumOccurrences.

getExceptions

Gets a list with all Recurrence exceptions.

getOccurrence

Returns the occurrence with the specified index.

loadFromXml

Loads the Recurrence content from an XML element.

markException

Marks the specified item as an exception in the Recurrence pattern.

removeException

Removes the exception associated with the specified item from the recurrence.

samePatternAs

Determines whether two Recurrence objects define the same recurrence pattern.

saveToXml

Saves the Recurrence content into an XML element.

toJson

Overloaded.  

toLocalizedString

Returns a localized string that represents this Recurrence using the specified date and time formatting info and localization information.

 See Also