Gets or sets the finish day of the working week interval, used when computing task effort values and when dragging and dropping task bars; by default it is set to Friday.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public virtual DayOfWeek WorkingWeekFinish { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property WorkingWeekFinish As DayOfWeek |