ASPxClientToolTipBase.ConvertIntervalToString(interval) Method
Returns the string representation of the specified interval.
Declaration
ConvertIntervalToString(
interval: ASPxClientTimeInterval
): string
Parameters
| Name | Type | Description |
|---|---|---|
| interval | ASPxClientTimeInterval | An ASPxClientTimeInterval object to convert. |
Returns
| Type | Description |
|---|---|
| string | A string containing a textual representation of the interval. |
See Also