Search
TimelineSettings.setShowCurrentTime Method
See Also
 






Sets a value indicating whether to indicate the current time in the timeline.

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

 Syntax

Java  Copy Code

public void setShowCurrentTime (
    Boolean value
)

 Parameters

value

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

 See Also