Search
TimetableSettings.setShowMinutesInHourHeaders Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setShowMinutesInHourHeaders (
    Boolean value
)

 Parameters

value

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

 Remarks

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

 See Also