BuildReportTool.BuildInfo.GetTimeReadable C# (CSharp) 메소드

GetTimeReadable() 공개 메소드

public GetTimeReadable ( ) : string
리턴 string
        public string GetTimeReadable()
        {
            if (!string.IsNullOrEmpty(TimeGotReadable))
            {
            return TimeGotReadable;
            }
            return TimeGot.ToString(BuildReportTool.ReportManager.TIME_OF_BUILD_FORMAT);
        }