Search
Item.recurrenceState Property
See Also
 






Gets the recurrence state of this Item.

Namespace: MindFusion.Scheduling
File: Item.js

 Syntax

JavaScript  Copy Code

get recurrenceState() {}

 Property Value

One of the RecurrenceState enumeration values.

 Remarks

The RecurrenceState members indicate if the item is master, has no recurrence, is one of the ocurrences or is an exception.

 See Also