The Create function generates a timer in the timer object.
It is possible to specify the amount of time the timer event is triggered and if the timer is run repeatedly.
Syntax | ||||
Create(MilliSeconds [, Pulse]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
MilliSeconds |
Long |
ByVal |
Time span of the timer in milliseconds |
Optional |
Pulse |
Boolean |
ByVal |
True if you want the timer to run repeatedly |