BaseRule.Includes(DateTime) Method
Returns whether the rules includes the specified date.
Namespace: DevExpress.XtraGantt.Base.Scheduling
Assembly: DevExpress.XtraGantt.v20.2.dll
NuGet Package: DevExpress.Win.Gantt
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