Esempio n. 1
0
 public static string PrintTimeStamp(double time, bool days = false, bool years = false)
 {
     return(dateTimeFormatter.PrintTimeStamp(time, days, years));
 }