Search
TimetableSettings.getCellTime Method
See Also
 






Gets 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 Duration getCellTime ()

 Return Value

A Duration object that specifies the time length of a single cell. The allowed values range from 1 second to 1 hour inclusive.

 Remarks

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

 See Also