Stopwatch Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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. |
Show: