Sets the completed effort of the specified task item.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public void SetCompletedEffort( GanttChartItem item, TimeSpan value ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetCompletedEffort ( _ item As GanttChartItem, _ value As TimeSpan _ ) |