WorkTime.Includes(TimeSpan) Method
Returns whether the interval includes the specified time.
Namespace: DevExpress.XtraGantt.Scheduling
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
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