Gets or sets the start time of the visible day interval; by default it is set to 8 AM; the start of the working time interval of the day is also defined using the same value.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual TimeOfDay VisibleDayStart { get; set; }
Visual Basic (Declaration)
Public Overridable Property VisibleDayStart As TimeOfDay

See Also