Search
TimetableSettings.showMinutes Property
See Also
 






Gets or sets a value indicating whether to display the minutes of each hour in the timeline header when it displays whole hour cells.

Namespace: MindFusion.Scheduling
File: TimetableSettings.js

 Syntax

JavaScript  Copy Code

get showMinutes() {}

 Property Value

true to render the minutes of each hour in the timeline header; otherwise false.

 Remarks

Whole hour cells are displayed when the hours are divisible by the specified cellTime.

 See Also