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