Timer Constructor (Int32)
Constructor.
[Visual Basic]
Overloads Public Sub New( _
ByVal
Int32 As
Integer _
)
[C#]
public Timer(
Int32 interval);
Parameters
-
Int32
- The time interval in milliseconds (1 second = 1000 milliseconds). The OnTick event is fired repeatedly after this measured interval.
See Also
Timer Class | ZylTimer Namespace | Timer Constructor Overload List