AK.F1.Timing.Utility.Tms.Operations.Format.LapTime C# (CSharp) Method

LapTime() public static method

public static LapTime ( PostedTime value ) : string
value PostedTime
return string
        public static string LapTime(PostedTime value)
        {
            return value != null ? LapTime(value.Time) : String.Empty;
        }

Same methods

Format::LapTime ( System.TimeSpan value ) : string