Click or drag to resize
Stopwatch Properties

The Stopwatch type exposes the following members.

Properties
  NameDescription
Public propertyElapsed
A read-only System.TimeSpan representing the total elapsed time measured by the current instance.
Public propertyElapsedMilliseconds
Gets the total elapsed time measured by the current instance, in milliseconds.
Public propertyElapsedTicks
Gets the total elapsed time measured by the current instance, in timer ticks.
Public propertyIsRunning
Gets a value indicating whether the System.Diagnostics.Stopwatch timer is running.
Top
See Also