public static string PrintTime(double time, int valuesOfInterest, bool explicitPositive) { return(dateTimeFormatter.PrintTime(time, valuesOfInterest, explicitPositive)); }