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

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also