Determines whether the specified date in the specified era is a leap day.
year An integer that represents the year. month An integer from 1 through 13 that represents the month. day An integer from 1 through 31 that represents the day. era An integer that represents the era.
true if the specified day is a leap day; otherwise, false.