Stopwatch Properties
.NET Framework 4.5
The Stopwatch type exposes the following members.
| Name | Description | |
|---|---|---|
|
Elapsed | Gets the total elapsed time measured by the current instance. |
|
ElapsedMilliseconds | Gets the total elapsed time measured by the current instance, in milliseconds. |
|
ElapsedTicks | Gets the total elapsed time measured by the current instance, in timer ticks. |
|
IsRunning | Gets a value indicating whether the Stopwatch timer is running. |