Gets or sets the start of the work time interval.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public TimeSpan WorkTimeStart { get; set; } |
Visual Basic Copy Code |
---|
Public Property WorkTimeStart As TimeSpan |
A TimeSpan value specifying the start of the work time. The value cannot be greater than WorkTimeEnd.
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.
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.