Back to Devexpress

GanttControl.ScheduleFromStartDate(DateTime) Method

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-dot-schedulefromstartdate-x28-system-dot-datetime-x29.md

latest1.1 KB
Original Source

GanttControl.ScheduleFromStartDate(DateTime) Method

Reschedules all tasks so that the project starts on the specified date.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public void ScheduleFromStartDate(
    DateTime startDate
)
vb
Public Sub ScheduleFromStartDate(
    startDate As Date
)

Parameters

NameTypeDescription
startDateDateTime

A structure that specifies a date and time.

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace