ASP.NET Pack Programmer's Guide
TimetableSettings.WorkTimeStartHour Property
See Also
 





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

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public TimeSpan WorkTimeStartHour { get; set; }

Visual Basic  Copy Code

Public Property WorkTimeStartHour As TimeSpan

 Property Value

An instance of System.TimeSpan structure. Default value is "08:00:00".

 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

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WebForms Namespace