Gets the recurrence state of this item.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public RecurrenceState getRecurrenceState () |
One of the RecurrenceState constants.
RemarksEvents 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