Number of time cells in one hour. Allowed values: 1, 2, 3, 4, 5, 6, 10, 12.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
[ObsoleteAttribute("Use CellDuration instead.")] public int CellsPerHour { get; set; } |
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("Use CellDuration instead.")> _ Public Property CellsPerHour As Integer |
Visual C++ |
---|
[ObsoleteAttribute(L"Use CellDuration instead.")] public: property int CellsPerHour { int get (); void set (int value); } |