Gets the completed effort of the specified task item.

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

Syntax

C#
public TimeSpan GetCompletedEffort(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function GetCompletedEffort ( _
	item As GanttChartItem _
) As TimeSpan

See Also