4 references to SecondsPerDay
mscorlib (4)
system\globalization\CalendricalCalculationsHelper.cs (4)
161return ((Math.Pow(x, 2) / 41048480) - 15) / SecondsPerDay; 167return (double)(gregorianYear - 1933) / SecondsPerDay; 188return PolynomialSum(Coefficients1700to1799, yearsSince1700) / SecondsPerDay; 195return PolynomialSum(Coefficients1620to1699, yearsSince1600) / SecondsPerDay;