public static string PrintDateDelta(double time, bool includeTime, bool includeSeconds = false, bool useAbs = false) { return(dateTimeFormatter.PrintDateDelta(time, includeTime, includeSeconds, useAbs)); }