Skip to main content

WorkTime.Includes(TimeSpan) Method

Returns whether the interval includes the specified time.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

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