4 references to SecondsPerDay
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendricalCalculationsHelper.cs (4)
150
return ((Math.Pow(x, 2) / 41048480) - 15) / TimeSpan.
SecondsPerDay
;
156
return (double)(gregorianYear - 1933) / TimeSpan.
SecondsPerDay
;
177
return PolynomialSum(Coefficients1700to1799, yearsSince1700) / TimeSpan.
SecondsPerDay
;
184
return PolynomialSum(Coefficients1620to1699, yearsSince1600) / TimeSpan.
SecondsPerDay
;