Search
TimetableSettings.setGroupHours Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setGroupHours (
    Boolean value
)

 Parameters

value

true to enable grouping; otherwise, false. Set to null to use the corresponding value from the current theme.

 Remarks

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

 See Also