PocketPlanner Programmer's Guide

Item.RecurrenceState Property

See Also

Gets the recurrence state of this item.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public RecurrenceState RecurrenceState { get; set; }

Visual Basic

Public Property RecurrenceState As RecurrenceState

 Property Value

A member of the RecurrenceState enumeration.

 Remarks

Events raised by the Calendar control could pass as an argument an occurrence or an exception of a recurring item. This property lets you determine the exact state of the item's recurrence state.

 See Also