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

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

See Also