Gets or sets the minimum time of day that is considered as a working time in the chart (by default, 8:00 AM).
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(TimeOfDayTypeConverter))] public TimeOfDay WorkingDayStart { get; set; } |
Visual Basic (Declaration) |
---|
<TypeConverterAttribute(GetType(TimeOfDayTypeConverter))> _ Public Property WorkingDayStart As TimeOfDay |