Search
Item.occurrenceIndex Property
See Also
 






Gets the index of a repeating occurrence of a recurring Item.

Namespace: MindFusion.Scheduling
File: Item.js

 Syntax

JavaScript  Copy Code

get occurrenceIndex() {}

 Property Value

Number. The 0-based index of the occurrence that this Item represents.

 Remarks

Use the Item.recurrence property to set recurrence for the Item.

 See Also