Sets the start of the specified task item.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

Parameters

item
Type: DlhSoft.Web.UI.WebControls..::.GanttChartItem
value
Type: System..::.DateTime

See Also