Search
TimetableSettings.startTime Property
See Also
 






Gets or sets the start time of the timetable, expressed in minutes since the beginning of the day.

Namespace: MindFusion.Scheduling
Assembly: TimetableSettings.js

 Syntax

JavaScript  Copy Code

get startTime() {}
set startTime(value) {}

 Property Value

A Number that represents the time.

 See Also