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