Exemplo n.º 1
0
 public static string PrintDateNew(double time, bool includeTime)
 {
     return(dateTimeFormatter.PrintDateNew(time, includeTime));
 }