MindFusion.Wpf Pack Programmer's Guide
Item.OccurrenceIndex Property
See Also
 





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

 Syntax

C#  Copy Code

public int OccurrenceIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property OccurrenceIndex As Integer

 Property 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

Item Members
Item Class
MindFusion.Scheduling Namespace