ZylIdleTimer.NET

CustomTimer Constructor (Int32)

Constructor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Int32 As Integer _
)
[C#]
public CustomTimer(
   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

CustomTimer Class | ZylIdleTimer Namespace | CustomTimer Constructor Overload List