Base:
method
GetDaysInYear
System.Globalization.Calendar.GetDaysInYear(System.Int32, System.Int32)
2 references to GetDaysInYear
mscorlib (2)
system\globalization\hijricalendar.cs (2)
432
long daysOfHijriYear =
GetDaysInYear
(HijriYear, CurrentEra); // The number of days for (HijriYear+1) year.
439
daysToHijriYear -=
GetDaysInYear
(HijriYear, CurrentEra);