Search
TimelineSettings.setUnit Method
See Also
 






Sets the time unit of the timeline.

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

 Syntax

Java  Copy Code

public void setUnit (
    TimeUnit value
)

 Parameters

value

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

 See Also