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 | 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. |