public override bool IsLeapDay(int year, int month, int day, int era) { return(helper.IsLeapDay(year, month, day, era)); }