Action
Initializes a new
Timer instance, sets the elapsed time to zero, and starts measuring elapsed time. The name is provided for interfacing with
Silk Performer.
Syntax
C#
timer=StartNew ([timerName])
VB
timer=StartNew ([timerName])
Variable
|
Description
|
timer
|
The new
Timer instance that has just begun measuring elapsed time.
Timer.
|
timerName
|
Optional: The name of the new timer. The name is provided for interfacing with
Silk Performer.
String.
|