Gets or sets an optional object that defines the working week and day intervals and special nonworking days to consider for scheduling. Setting schedule to a non-null instance updates WorkingWeekStart, WorkingWeekFinish, VisibleDayStart, VisibleDayFinish, and SpecialNonworkingDays component properties according to schedule object properties.

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

Syntax

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

See Also