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