Parameters
- year
- An integer that represents the year.
- era
- An integer that represents the era.
Return Value
true if the specified year is a leap year; otherwise, false.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | year is outside the range supported by the calendar. -or- era is outside the range supported by the calendar. |