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)
311
int monthsInYear =
GetMonthsInYear
(year, era);
539
while (i > (monthsInYear =
GetMonthsInYear
(y, CurrentEra)))
553
while (months > (monthsInYear =
GetMonthsInYear
(y, CurrentEra)))
558
monthsInYear =
GetMonthsInYear
(y, CurrentEra);
588
int months =
GetMonthsInYear
(y, CurrentEra);