Stopwatch Members
The Stopwatch type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConvertTo_ms |
Converts the to ms.
|
|
ConvertTo_s |
Converts the to s.
|
|
ConvertTo_us |
Converts the to us (micro seconds).
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
StartReset |
Reset and start the stopwatch.
|
|
ToString | (Inherited from Object.) |
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.
|