Search
TimetableSettings.Dates Property
See Also
 






Gets a collection of all dates visualized in the timetable.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateCollection Dates { get; }

Visual Basic  Copy Code

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