Parameters
- year
- An integer that represents the year.
- era
- An integer that represents the era.
Return Value
The number of months in the specified year in the specified era.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | year is outside the range supported by the calendar. -or- era is outside the range supported by the calendar. |