PocketPlanner Programmer's Guide

Selection.StartDate Property

See Also

Gets the start date of the first range in the selection.

 Since version 3.2, this property is considered obsolete. Instead, use the Ranges property.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime StartDate { get; }

Visual Basic

Public ReadOnly Property StartDate As DateTime

 Property Value

A .NET DateTime object specifying the start of the first range in the selection.

 Remarks

If the selection is empty, the current date and time are returned. To check whether the selection is empty (that is, no dates are selected) use the IsEmpty method.

 See Also