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





Gets or sets the end of the work time interval for each date displayed in the view.

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

 Syntax

C#  Copy Code

public ObservableCollection<TimeSpan> WorkTimeEnds { get; set; }

Visual Basic  Copy Code

Public Property WorkTimeEnds As ObservableCollection(Of TimeSpan)

 Property Value

A collection of TimeSpan objects specifying the end times of the work intervals for each day in the view.

 Remarks

If the elements in the collection are less than the days in the view, the WorkTimeEnd property is used for the remaining days.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.Wpf Namespace