PocketPlanner Programmer's Guide

TimetableSettings.Dates Property

See Also

Gets a collection of all dates visualized in the timetable.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateCollection Dates { get; }

Visual Basic

Public ReadOnly Property Dates As DateCollection

 Property Value

An instance of the DateCollection class specifying which dates to display as columns in the timetable view.

 See Also