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