Stopwatch Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property Elapsed Gets the total elapsed time measured by the current instance.
Public property ElapsedMilliseconds Gets the total elapsed time measured by the current instance, in milliseconds.
Public property ElapsedTicks Gets the total elapsed time measured by the current instance, in timer ticks.
Public property IsRunning Gets a value indicating whether the Stopwatch timer is running.
Top

Show:
© 2017 Microsoft