Gets the index of a repeating occurrence of a recurring item. If the item is not recurring, this property returns -1.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int OccurrenceIndex { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OccurrenceIndex As Integer |
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