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

ASPxClientTimeInterval.IntersectsWith(interval) Method

Checks if the current time interval intersects with the specified time interval.

Declaration

IntersectsWith(
    interval: ASPxClientTimeInterval
): boolean

Parameters

Name Type Description
interval ASPxClientTimeInterval

A ASPxClientTimeInterval object which represents the time interval to be checked.

Returns

Type Description
boolean

true, if the two time intervals intersect; otherwise, false.

Remarks

The specified time interval is considered to intersect with the current time interval if at least one millisecond belongs to both intervals.

See Also