The properties of System.Diagnostics.Stopwatch are listed below. For a list of all members, see the Stopwatch Members list.
See Also: Inherited members from System.Object
[read-only] | Elapsed | TimeSpan.
Gets the total elapsed time measured by the current instance. |
[read-only] | ElapsedMilliseconds | long.
Gets the total elapsed time measured by the current instance, in milliseconds. |
[read-only] | ElapsedTicks | long.
Gets the total elapsed time measured by the current instance, in timer ticks. |
[read-only] | IsRunning | bool.
Gets a value indicating whether the System.Diagnostics.Stopwatch timer is running. |