The StopWatch object contains the following methods:
Method List
Name | Description |
---|---|
Reset
|
Resets time counter. |
Split
|
Returns the time passed since the StopWatch started. |
Start
|
Starts the time counter. |
Stop
|
Stops the time counter. |
ToString
|
Converts the number of milliseconds to the “hh:mm:ss.mmm” format. |