Search
TimetableSettings.groupHours Property
See Also
 






Gets or sets a value indicating whether hours displayed in the timeline are grouped.

Namespace: MindFusion.Scheduling
File: TimetableSettings.js

 Syntax

JavaScript  Copy Code

get groupHours() {}

 Property Value

true if hours are grouped; otherwise false.

 Remarks

Certain conditions prevent hours from grouping, such as when the hours are not divisible by the specified cellTime.

 See Also