Gets or sets the end of the work time interval for each date displayed in the view.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public ObservableCollection<TimeSpan> WorkTimeEnds { get; set; } |
Visual Basic Copy Code |
---|
Public Property WorkTimeEnds As ObservableCollection(Of TimeSpan) |
A collection of TimeSpan objects specifying the end times of the work intervals for each day in the view.
If the elements in the collection are less than the days in the view, the WorkTimeEnd property is used for the remaining days.