| Stopwatch Properties |
The Stopwatch type exposes the following members.
| Name | Description | |
|---|---|---|
| Elapsed |
A read-only System.TimeSpan representing the total elapsed time measured
by the current instance.
| |
| ElapsedMilliseconds |
Gets the total elapsed time measured by the current instance, in milliseconds.
| |
| ElapsedTicks |
Gets the total elapsed time measured by the current instance, in timer ticks.
| |
| IsRunning |
Gets a value indicating whether the System.Diagnostics.Stopwatch timer is
running.
|