Skip to main content

ASPxClientToolTipBase.ConvertIntervalToString(interval) Method

Returns the string representation of the specified interval.

#Declaration

TypeScript
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