PocketPlanner Programmer's Guide

Item.OccurrenceIndex Property

See Also

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

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int OccurrenceIndex { get; set; }

Visual Basic

Public 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