Gets or sets the finish time of the working day interval, used when computing task effort values and when dragging and dropping task bars.

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

Syntax

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

See Also