Search
TimetableSettings.setSnapInterval Method
See Also
 






Sets the custom snap interval.

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

 Syntax

Java  Copy Code

public void setSnapInterval (
    Duration value
)

 Parameters

value

A Duration object that specifies the snap interval, relative to the beginning of the timetable column. The allowed values range from 1 second to 1 hour inclusive. Set to null to use the corresponding value from the current theme.

 See Also