StopwatchCollection Properties |
The StopwatchCollection type exposes the following members.
Name | Description | |
---|---|---|
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.) | |
StartCount |
Counting the number of times Start was called
|