Gets or sets the number of hours to group when GroupHours is set to Enabled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int GroupHourCount { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GroupHourCount As Integer |
A non-negative integer value specifying the number of hours to group. Assign -1 to this property to use the corresponding value from the current theme.
See Also