MindFusion.Scheduling for ASP.NET 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.WebForms

 Syntax

C#  Copy Code

public int OccurrenceIndex { get; set; }

Visual Basic  Copy Code

Public Property OccurrenceIndex As Integer

 Property Value

the zero based index of the recurrence of the Item; -1 if this is not a recurrent Item.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace