ASPxClientTimeInterval.IntersectsWith(interval) Method
In This Article
Checks if the current time interval intersects with the specified time interval.
#Declaration
TypeScript
IntersectsWith(
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.
See Also