PocketPlanner Programmer's Guide

Selection.IsEmpty Property

See Also

Gets a value indicating whether this selection is empty.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool IsEmpty { get; }

Visual Basic

Public ReadOnly Property IsEmpty As Boolean

 Property Value

true if there are selected calendar cells; otherwise, false.

 Remarks

Attempts to access either StartDate or EndDate of an empty selection return the current date and time.

 See Also