Stopwatch Properties
The Stopwatch type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsRunning |
Gets a value indicating whether this instance is running.
|
|
Read |
Reads the timer
|
|
Reset |
Returns the value and resets the Stopwatch.
|
|
Start |
starts the stopwatch
|
|
Stop |
stops the stopwatch.
|
|
SWFrequency |
Gets the frequency of the timer as the number of ticks per second. This field is read-only.
|