Exemple #1
0
 public static string PrintTimeStampCompact(double time, bool days = false, bool years = false)
 {
     return(dateTimeFormatter.PrintTimeStampCompact(time, days, years));
 }