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