Search
TimetableSettings.WorkTimeStartHour Property
See Also
 






Gets or sets the start hour of the work time interval.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int WorkTimeStartHour { get; set; }

Visual Basic  Copy Code

Public Property WorkTimeStartHour As Integer

 Property Value

An integer value specifying the start of the work time in hours. The allowed values range from 0 to 23. The value cannot be greater than WorkTimeEndHour. Assign -1 to this property to use the corresponding value from the current theme.

 Remarks

This property and WorkTimeEndHour specify the working time period, whose cells are usually displayed in a different style as set in WorkTimeCellStyle. To use the same style for all cells in the timetable view, set WorkTimeCellStyle to a new empty Style.

 See Also