Search
TimetableSettings.getGroupHours Method
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Boolean getGroupHours ()

 Return Value

true to enable grouping; otherwise, false.

 Remarks

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

 See Also