Gets the completion rate of the specified task item (between 0 and 1).
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public double GetCompletion( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetCompletion ( _ item As GanttChartItem _ ) As Double |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem