Gets or sets the start 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 Monday.
Namespace:
DlhSoft.Web.UI.WebControlsAssembly: DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public virtual DayOfWeek WorkingWeekStart { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property WorkingWeekStart As DayOfWeek |