Gets or sets the maximum time span to search for nonworking intervals within when using the Get*Nonworking* methods of the Gantt Chart control instances.

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

Syntax

C#
public static TimeSpan MaxNonworkingIntervalSearchSpan { get; set; }
Visual Basic (Declaration)
Public Shared Property MaxNonworkingIntervalSearchSpan As TimeSpan

See Also