Search
TimetableSettings.setGroupHourCount Method
See Also
 






Sets the number of hours to group when getGroupHours is enabled.

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

 Syntax

Java  Copy Code

public void setGroupHourCount (
    Integer value
)

 Parameters

value

A non-negative integer specifying the number of hours. Set to null to use the corresponding value from the current theme.

 See Also