System.Diagnostics.Stopwatch: Property Members

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

Public Properties

[read-only]
ElapsedTimeSpan.

Gets the total elapsed time measured by the current instance.

[read-only]
ElapsedMillisecondslong.

Gets the total elapsed time measured by the current instance, in milliseconds.

[read-only]
ElapsedTickslong.

Gets the total elapsed time measured by the current instance, in timer ticks.

[read-only]
IsRunningbool.

Gets a value indicating whether the System.Diagnostics.Stopwatch timer is running.