GanttControl.ScheduleToFinishDate(DateTime) Method
In This Article
Reschedules all tasks so that the project ends on the specified date.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
finish |
Date |
A structure that specifies a date and time. |
See Also