Gets the duration value of the specified task item, as the working time difference between Start and Finish values.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public TimeSpan GetDuration( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetDuration ( _ item As GanttChartItem _ ) As TimeSpan |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem