Stopwatch Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Stopwatch type exposes the following members.

Properties

  Name Description
Public propertySupported by Xbox 360 Elapsed Gets the total elapsed time measured by the current instance.
Public propertySupported by Xbox 360 ElapsedMilliseconds Gets the total elapsed time measured by the current instance, in milliseconds.
Public propertySupported by Xbox 360 ElapsedTicks Gets the total elapsed time measured by the current instance, in timer ticks.
Public propertySupported by Xbox 360 IsRunning Gets a value indicating whether the Stopwatch timer is running.

Top