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





Gets or sets the start 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> WorkTimeStarts { get; set; }

Visual Basic  Copy Code

Public Property WorkTimeStarts As ObservableCollection(Of TimeSpan)

 Property Value

A collection of TimeSpan objects specifying the start 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 WorkTimeStart property is used for the remaining days.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.Wpf Namespace