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