ASPxClientTimer.GetInterval Method
In This Article
Gets the time before the ASPxClientTimer.Tick event is raised relative to the last occurrence of the ASPxClientTimer.Tick event.
#Declaration
TypeScript
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