Reschedules an item to start on the specified date and time.

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

Syntax

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

Parameters

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

See Also