Click or drag to resize

StopwatchCollection Properties

The StopwatchCollection type exposes the following members.

Properties
  NameDescription
Public propertyChildWatches
Public propertyElapsed
Gets the total elapsed time measured by the current instance.
(Inherited from Stopwatch.)
Public propertyElapsedMilliseconds
Gets the total elapsed time measured by the current instance, in milliseconds.
(Inherited from Stopwatch.)
Public propertyElapsedTicks
Gets the total elapsed time measured by the current instance, in timer ticks.
(Inherited from Stopwatch.)
Public propertyIsRunning
Gets a value indicating whether the Stopwatch timer is running.
(Inherited from Stopwatch.)
Public propertyName
Public propertyParent
Public propertyStartCount
Top
See Also