Microsoft.Protocols.TestSuites.Common.Common.FormatCurrentDateTime C# (CSharp) 메소드

FormatCurrentDateTime() 개인적인 정적인 메소드

Format the current timestamp to this format "HHmmss_fff".
private static FormatCurrentDateTime ( ) : string
리턴 string
        private static string FormatCurrentDateTime()
        {
            return DateTime.Now.ToString("HHmmss_ffffff");
        }
Common