CustomTimer(Int32) Constructor |
Constructor.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic CustomTimer(
int interval
)
Public Sub New (
interval As Integer
)
Dim interval As Integer
Dim instance As New CustomTimer(interval)
public:
CustomTimer(
int interval
)
new :
interval : int -> CustomTimerpublic CustomTimer(
int interval
)
public function CustomTimer(
interval : int
)
ZylSoft.Timers.CustomTimer = function(interval);
CONSTRUCTOR(
interval AS LONG
)
No code example is currently available or this language may not be supported.
Parameters
- interval Int32
-
The time interval in milliseconds (1 second = 1000 milliseconds).
The OnTick event is fired repeatedly after this measured interval.
See Also