Gets or sets the finish time of the visible day interval; by default it is set to 4 PM; the finish 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 VisibleDayFinish { get; set; }
Visual Basic (Declaration)
Public Overridable Property VisibleDayFinish As TimeOfDay

See Also