Gets the total completed effort of the task, multiplying its completed duration by its total assignment allocation units.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public TimeSpan GetTotalCompletedEffort( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetTotalCompletedEffort ( _ item As GanttChartItem _ ) As TimeSpan |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem