Click or drag to resize

Timer(Int32) Constructor

Constructor.

Namespace: ZylSoft.Timers
Assembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public Timer(
	int interval
)

Parameters

interval  Int32
The time interval in milliseconds (1 second = 1000 milliseconds). The OnTick event is fired repeatedly after this measured interval.
See Also