ASPxClientTimeInterval.IntersectsWithExcludingBounds(interval) Method
In This Article
Checks if the current time interval intersects with the specified time interval. The boundaries of the time intervals are excluded from the check.
#Declaration
TypeScript
IntersectsWithExcludingBounds(
interval: ASPxClientTimeInterval
): boolean
#Parameters
Name | Type | Description |
---|---|---|
interval | ASPx |
A ASPx |
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
The specified time interval is considered to intersect with the current time interval if at least one millisecond belongs to both intervals excluding the intervals’ bounds.
See Also