Ejemplo n.º 1
0
 public static string PrintTime(double time, int valuesOfInterest, bool explicitPositive)
 {
     return(dateTimeFormatter.PrintTime(time, valuesOfInterest, explicitPositive));
 }