Method | Description | |
---|---|---|
StartNew ( ) : Stopwatch |
Creates a new instance of the class and starts the watch immediately.
|
|
reset ( ) : void |
Completely resets and deactivates the timer.
|
|
start ( ) : void |
Begins the timer.
|
|
stop ( ) : void |
Stops the current timer.
|
Method | Description | |
---|---|---|
getCurrentElapsedTicks ( ) : long | ||
getCurrentTicks ( ) : long |