StopwatchCollection Properties |
The StopwatchCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChildWatches |
List of all child-stopwatches. All children must have _parent=this
|
![]() | Elapsed | Gets the total elapsed time measured by the current instance. (Inherited from Stopwatch.) |
![]() | ElapsedMilliseconds | Gets the total elapsed time measured by the current instance, in milliseconds. (Inherited from Stopwatch.) |
![]() | ElapsedTicks | Gets the total elapsed time measured by the current instance, in timer ticks. (Inherited from Stopwatch.) |
![]() | IsRunning | Gets a value indicating whether the Stopwatch timer is running. (Inherited from Stopwatch.) |
![]() | Name |
Name of stopwatch.
|
![]() | Parent |
Parent stopwatch, when this stopwatch is part of another collection.
|
![]() | StartCount |
Counting the number of times Start was called
|