Search
TimetableSettings.dates Property
See Also
 






Gets the collection of all dates visible in the timetable.

Namespace: MindFusion.Scheduling
File: TimetableSettings.js

 Syntax

JavaScript  Copy Code

get dates() {}
set dates(value) {}

 Property Value

An ObservableCollection containing DateTime objects.

 See Also