Reschedules an item to start on the specified date and time.
Namespace:
DlhSoft.Web.MvcAssembly: 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 _ ) |