Skip to main content
All docs
V24.1

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.1.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