Search
Item.getRecurrenceState Method
See Also
 






Gets the recurrence state of this item.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public RecurrenceState getRecurrenceState ()

 Return Value

One of the RecurrenceState constants.

 Remarks

Events raised by the Calendar component could pass as an argument an occurrence or an exception of a recurring item. This property lets you determine the exact state of the item's recurrence state.

 See Also