Reschedules the current item to finish 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 RescheduleToFinish(
	DateTime finish
)
Visual Basic (Declaration)
Public Sub RescheduleToFinish ( _
	finish As DateTime _
)

Parameters

finish
Type: System..::.DateTime

See Also