Gets or sets an optional collection of special nonworking days, such as holidays.

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

Syntax

C#
public virtual List<Date> SpecialNonworkingDays { get; set; }
Visual Basic (Declaration)
Public Overridable Property SpecialNonworkingDays As List(Of Date)

See Also