Search
ItemSettings.setShowClocks Method
See Also
 






Sets whether and when the clocks displaying the items' start and end time are shown.

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

 Syntax

Java  Copy Code

public void setShowClocks (
    ShowClocks value
)

 Parameters

value

One of the ShowClocks constants or null. Set to null to use the corresponding value from the current theme.

 See Also