Gets a value indicating whether the task item would be on schedule at the specified date and time, so that its completed effort value reaches the specified 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,
	DateTime dateTime
)
Visual Basic (Declaration)
Public Function IsOnSchedule ( _
	item As GanttChartItem, _
	dateTime As DateTime _
) As Boolean

Parameters

item
Type: DlhSoft.Web.Mvc..::.GanttChartItem
dateTime
Type: System..::.DateTime

See Also