Sets the finish of the specified task item.

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

Syntax

C#
public void SetFinish(
	GanttChartItem item,
	DateTime value
)
Visual Basic (Declaration)
Public Sub SetFinish ( _
	item As GanttChartItem, _
	value As DateTime _
)

Parameters

item
Type: DlhSoft.Web.Mvc..::.GanttChartItem
value
Type: System..::.DateTime

See Also