Skip to main content
All docs
V23.2

GanttControl.CalcDuration(Nullable<DateTime>, Nullable<DateTime>) Method

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public TimeSpan? CalcDuration(
    DateTime? startDate,
    DateTime? finishDate
)

Parameters

Name Type
startDate Nullable<DateTime>
finishDate Nullable<DateTime>

Returns

Type
Nullable<TimeSpan>
See Also