Search
TimetableSettings.cellTime Property
See Also
 






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

Namespace: MindFusion.Scheduling
File: TimetableSettings.js

 Syntax

JavaScript  Copy Code

get cellTime() {}

 Property Value

A TimeSpan instance.

 Remarks

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

 See Also