Skip to main content
All docs
V23.2

GanttControl.CalcStartDate(Nullable<DateTime>, Nullable<TimeSpan>) Method

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public DateTime? CalcStartDate(
    DateTime? finishDate,
    TimeSpan? duration
)

Parameters

Name Type
finishDate Nullable<DateTime>
duration Nullable<TimeSpan>

Returns

Type
Nullable<DateTime>
See Also