Search
Item.getOccurrenceIndex Method
See Also
 






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

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

 Syntax

Java  Copy Code

public int getOccurrenceIndex ()

 Return Value

An integer value identifying the index of an occurrence item within the recurrence array. If the item is not recurring, this property returns -1.

 See Also