Skip to main content
A newer version of this page is available. .

ASPxClientTimeInterval.SetDuration(value) Method

Client-side function that returns the duration of the specified time interval.

Declaration

SetDuration(
    value: any
): void

Parameters

Name Type Description
value any

A TimeSpan object, representing the duration of the time period.

See Also