// Get the number of months in a specific year. public override int GetMonthsInYear(int year, int era) { return(hijri.GetMonthsInYear(year, era)); }