Class SystemStopwatch
public class SystemStopwatch : IStopwatch
- Inheritance
-
SystemStopwatch
- Implements
Constructors
SystemStopwatch()
public SystemStopwatch()
Properties
Elapsed
public TimeSpan Elapsed { get; }
Property Value
ElapsedMilliseconds
public long ElapsedMilliseconds { get; }
Property Value
Methods
Reset()
public void Reset()
Restart()
public void Restart()
Start()
public void Start()
StartNew()
public static IStopwatch StartNew()
Returns
Stop()
public void Stop()