Search
TimetableSettings.setTwelveHourFormat Method
See Also
 






Sets a value indicating whether to use a 12-hour format.

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

 Syntax

Java  Copy Code

public void setTwelveHourFormat (
    Boolean value
)

 Parameters

value

true to use 12-hour format, or false to use 24-hour format. Set to null to use the corresponding value from the current theme.

 See Also