BaseRule.Includes(DateTime) Method
Returns whether the rules includes the specified date.
Namespace: DevExpress.XtraGantt.Base.Scheduling
Assembly: DevExpress.XtraGantt.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| date | DateTime | A date to check whether the rule includes it. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the rule includes the specified date; otherwise, false. |
See Also