ASPxClientTimer.GetInterval Method
Gets the time before the ASPxClientTimer.Tick event is raised relative to the last occurrence of the ASPxClientTimer.Tick event.
Declaration
GetInterval(): number
Returns
Type | Description |
---|---|
number | The number of milliseconds before the Tick event is raised relative to the last occurrence of the Tick event. |
See Also