Search
TimetableSettings.setCellTime Method
See Also
 






Sets the time length of a single cell in a timetable view, accurate to the nearest second.

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

 Syntax

Java  Copy Code

public void setCellTime (
    Duration value
)

 Parameters

value

A Duration object that specifies the time length of a single cell. The allowed values range from 1 second to 1 hour inclusive. Set to null to use the corresponding value from the current theme.

 Remarks

Valid values for this property range from 1 second to 1 hour.

 See Also