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

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

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

Parameters

start
Type: System..::.DateTime

See Also