Gets a value indicating whether the specified task item is currently on schedule, so that its completed effort value reaches the current date and time.

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

Syntax

C#
public bool IsOnSchedule(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function IsOnSchedule ( _
	item As GanttChartItem _
) As Boolean

See Also