Gets a value that indicates whether the specified task item has its work started, based on the completion value.

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

Syntax

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

See Also