Skip to main content
A newer version of this page is available. .

ExceptionRule.Includes(Int64) Method

Returns whether the rules includes the specified date.

Namespace: DevExpress.XtraGantt.Base.Scheduling

Assembly: DevExpress.XtraGantt.v19.2.dll

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