Skip to main content
All docs
V26.1
  • WorkTime.Includes(TimeSpan) Method

    Returns whether the interval includes the specified time.

    Namespace: DevExpress.XtraGantt.Scheduling

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public bool Includes(
        TimeSpan time
    )

    Parameters

    Name Type Description
    time TimeSpan

    A TimeSpan structure that specifies the time to check whether the interval includes it.

    Returns

    Type Description
    Boolean

    true if whether the time interval includes specified time; otherwise, false.

    See Also