Click or drag to resize

StopwatchCollection Properties

The StopwatchCollection type exposes the following members.

Properties
  NameDescription
Public propertyChildWatches
List of all child-stopwatches. All children must have _parent=this
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
Name of stopwatch.
Public propertyParent
Parent stopwatch, when this stopwatch is part of another collection.
Public propertyStartCount
Top
See Also