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