Gets the total effort of the task, multiplying its duration by its total assignment allocation units.

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

Syntax

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

See Also