Search
Calendar.startTime Property
See Also
 






Gets or sets the start time of the first calendar cell.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

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

 Property Value

DateTime

The start time of the first calendar cell.

 See Also