Click or drag to resize

CustomTimer(Int32) Constructor

Constructor.

Namespace: ZylSoft.Timers
Assembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public CustomTimer(
	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