3 references to DaysPerYear
mscorlib (3)
system\globalization\gregoriancalendarhelper.cs (3)
80internal const int DaysPer4Years = DaysPerYear * 4 + 1; 263int y1 = n / DaysPerYear; 272n -= y1 * DaysPerYear;