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

ASPxClientTimer.SetInterval(interval) Method

Specifies the time before the ASPxClientTimer.Tick event is raised relative to the last occurrence of the ASPxClientTimer.Tick event.

Declaration

SetInterval(
    interval: number
): void

Parameters

Name Type Description
interval number

An integer value that specifies the number of milliseconds before the Tick event is raised relative to the last occurrence of the Tick event. The value cannot be less than one.

See Also