Base:
method
GetMonthsInYear
System.Globalization.Calendar.GetMonthsInYear(System.Int32, System.Int32)
5 references to GetMonthsInYear
mscorlib (5)
system\globalization\hebrewcalendar.cs (5)
398
int monthsInYear =
GetMonthsInYear
(year, era);
677
while (i > (monthsInYear =
GetMonthsInYear
(y, CurrentEra))) {
687
while (months > (monthsInYear =
GetMonthsInYear
(y, CurrentEra))) {
691
monthsInYear =
GetMonthsInYear
(y, CurrentEra);
731
int months =
GetMonthsInYear
(y, CurrentEra);