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

Syntax

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

See Also