ASPxClientTimeInterval.Contains(interval) Method
In This Article
Client-side function that determines whether the specified interval is contained within the current one.
#Declaration
TypeScript
Contains(
interval: ASPxClientTimeInterval
): boolean
#Parameters
Name | Type | Description |
---|---|---|
interval | ASPx |
An ASPx |
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
An interval is contained within another if its start time is greater than or equal to the container’s, and the end time is less than or equal to the container’s.
See Also