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);
        }