Stopwatch Properties
.NET Framework (current version)
Namespace:
System.Diagnostics
Assembly: System (in System.dll)
| 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:
