Base:
method
GetMonthsInYear
System.Globalization.Calendar.GetMonthsInYear(System.Int32, System.Int32)
5 references to GetMonthsInYear
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (5)
311int monthsInYear = GetMonthsInYear(year, era); 539while (i > (monthsInYear = GetMonthsInYear(y, CurrentEra))) 553while (months > (monthsInYear = GetMonthsInYear(y, CurrentEra))) 558monthsInYear = GetMonthsInYear(y, CurrentEra); 588int months = GetMonthsInYear(y, CurrentEra);