Overview | This Package | All Packages
| Constructors | Description |
| Timer | Creates a Timer control. |
| Methods | Description |
| addOnTimer | Adds a timer event handler to the Timer control. |
| dispose | Disposes of the Timer control. |
| getEnabled | Retrieves a boolean value indicating whether the control is enabled. |
| getInterval | Retrieves the interval, in milliseconds, of the Timer control's interval. |
| onTimer | Provides repeated calls based on the Timer control's interval property setting. |
| removeOnTimer | Removes a timer event handler from the Timer control. |
| setEnabled | Determines whether the Timer control's timer event is being triggered. |
| setInterval | Sets the time between timer events. |
| start | Starts the Timer control. |
| stop | Stops the Timer control. |