Skip to main content
A newer version of this page is available. .

GanttControl.ScheduleToFinishDate(DateTime) Method

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public void ScheduleToFinishDate(
    DateTime finishDate
)

Parameters

Name Type Description
finishDate DateTime

A structure that specifies a date and time.

See Also