Search
TimetableSettings.setShowAM Method
See Also
 






Sets a value indicating whether the AM and PM suffixes are displayed.

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

 Syntax

Java  Copy Code

public void setShowAM (
    Boolean value
)

 Parameters

value

true to show AM/PM suffixes; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also