This documentation is archived and is not being maintained.
Stopwatch Properties
Visual Studio 2008
The Stopwatch type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() ![]() |
Elapsed | Gets 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 Stopwatch timer is running. |
Show: