Ejemplo n.º 1
0
 public static string PrintDateDeltaCompact(double time, bool includeTime, bool includeSeconds, bool useAbs = false)
 {
     return(dateTimeFormatter.PrintDateDeltaCompact(time, includeTime, includeSeconds, useAbs));
 }