ASP.NET Pack Programmer's Guide
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.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public TimeSpan CellTime { get; set; }

Visual Basic  Copy Code

Public Property CellTime As TimeSpan

 Property Value

System.TimeSpan value that represents the length of a time cell. Default value is 00:30:00 (30 minutes).

 Remarks

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

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WebForms Namespace