Search
TimetableSettings.setSecondTimelineOffset Method
See Also
 






Sets the offset in hours of the second timeline.

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

 Syntax

Java  Copy Code

public void setSecondTimelineOffset (
    Integer value
)

 Parameters

value

An integer value specifying the offset in hours. The allowed values range from 0 to 23. Set to null to use the corresponding value from the current theme.

 See Also