PocketPlanner Programmer's Guide

Selection.EndDate Property

See Also

Gets the end 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 EndDate { get; }

Visual Basic

Public ReadOnly Property EndDate As DateTime

 Property Value

A .NET DateTime object specifying the end 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