Azavea.Open.Common.Chronometer.Reset C# (CSharp) Method

Reset() public method

Restarts the timer (same as calling Start() again).
public Reset ( ) : void
return void
        public void Reset()
        {
            _startTime = DateTime.Now;
            _lastSplitTime = _startTime;
        }