2 references to DaysInUniformLengthCentury
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendricalCalculationsHelper.cs (2)
140
return (double)(july1stOfYear - s_startOf1900Century) /
DaysInUniformLengthCentury
;
216
return (dynamicalMoment - Noon2000Jan01) /
DaysInUniformLengthCentury
;