// Determine if a particular year is a leap year. public override bool IsLeapYear(int year, int era) { return(hijri.IsLeapYear(year, era)); }