Skip to main content

ExceptionRule.Includes(Int64) Method

Returns whether the rules includes the specified date.

Namespace: DevExpress.XtraGantt.Base.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public override bool Includes(
    long day
)

Parameters

Name Type Description
day Int64

An Int64 value that specifies the date in ticks to check whether the rule includes it.

Returns

Type Description
Boolean

true if the rule includes the specified date; otherwise, false.

See Also