Skip to main content

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