MindFusion WinForms Programmer's Guide
TimetableSettings.Dates Property
See Also
 





Gets a collection of all dates visualized in the timetable.

Namespace: MindFusion.Scheduling.WinForms
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

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WinForms Namespace