Represents the schedule of a GanttChartView control or GanttChartItem object, defining the working week and day intervals and special nonworking days to consider for scheduling.

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

Syntax

C#
[SerializableAttribute]
public class Schedule
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Schedule

Inheritance Hierarchy

System..::.Object
  DlhSoft.Web.Mvc..::.Schedule

See Also