// Get the number of days in a particular year. public override int GetDaysInYear(int year, int era) { return(hijri.GetDaysInYear(year, era)); }