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.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also