CSharpRoboticsLib.Utility.Logger.ResetTimer C# (CSharp) Method

ResetTimer() public static method

Resets the time value to zero
public static ResetTimer ( ) : void
return void
        public static void ResetTimer()
        {
            AddMessage("Timer Reset");
            _offset = DateTime.Now;
        }