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
The number of days in the specified month in the specified year in the specified era.
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. |