.NET Framework Class Library
Timer Constructor
Initializes a new instance of the Timer class.
|
| Name | Description |
|---|
.gif) | Timer()()() | Initializes a new instance of the Timer class, and sets all the properties to their initial values. |
.gif) | Timer(Double) | Initializes a new instance of the Timer class, and sets the Interval property to the specified number of milliseconds. |
Top
Reference