PocketPlanner Programmer's Guide

Selection.Ranges Property

See Also

Gets a read-only list of .NET DateTime objects, sorted chronologically. Each pair in the list represents a selected time range.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ArrayList Ranges { get; }

Visual Basic

Public ReadOnly Property Ranges As ArrayList

 Property Value

An instance of an ArrayList class containing even number of DateTime objects.

 Remarks

Any attempt to modify the returned list will result in a NotSupportedException exception. If you want to add or remove time intervals from the selection, use the Add, Set and Remove methods respectively.

 See Also