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 |
|
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