ValueStopwatch structure
namespace: Serenity assembly: Serenity.Net.Core
A value stopwatch.
public struct ValueStopwatch
Public Members
| name | description |
|---|---|
| static StartNew() | Creates a new ValueStopwatch. |
| ElapsedMilliseconds { get; } | Gets the elapsed milliseconds. |
| ElapsedTime { get; } | Gets the elapsed time. |
| IsActive { get; } | Returns whether the stopwatch is active. |
See Also
- Source: ValueStopwatch.cs