MindFusion.Wpf Pack Programmer's Guide
TimetableSettings.WorkTimeStart Property
See Also
 





Gets or sets the start of the work time interval.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public TimeSpan WorkTimeStart { get; set; }

Visual Basic  Copy Code

Public Property WorkTimeStart As TimeSpan

 Property Value

TimeSpan value specifying the start of the work time. The value cannot be greater than WorkTimeEnd.

Unsetting the Property Value

Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.

 Remarks

This property and WorkTimeEnd 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 CalendarStyle.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.Wpf Namespace
WorkTimeEnd Property