Пример #1
0
 public static string PrintDate(double time, bool includeTime, bool includeSeconds = false)
 {
     return(dateTimeFormatter.PrintDate(time, includeTime, includeSeconds));
 }