Skip to main content
All docs
V25.1
  • GanttControl.CalcDuration(Nullable<DateTime>, Nullable<DateTime>) Method

    Namespace: DevExpress.XtraGantt

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