Timer(Boolean) Constructor |
Constructor.
Namespace: ZylSoft.TimersAssembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic Timer(
bool enabled
)
Public Sub New (
enabled As Boolean
)
Dim enabled As Boolean
Dim instance As New Timer(enabled)
public:
Timer(
bool enabled
)
new :
enabled : bool -> Timerpublic Timer(
boolean enabled
)
public function Timer(
enabled : boolean
)
ZylSoft.Timers.Timer = function(enabled);
CONSTRUCTOR(
enabled AS LOGIC
)
No code example is currently available or this language may not be supported.
Parameters
- enabled Boolean
-
When this parameter is true, the timer will be enabled after the creation.
See Also