This topic has not yet been rated - Rate this topic

Stopwatch Properties

The Stopwatch type exposes the following members.

  Name Description
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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.