[]
Returns the number of days in the specified month in the specified year in the specified era.
public override int GetDaysInMonth(int year, int month, int era)
| Type | Name | Description |
|---|---|---|
| int | year | An integer that represents the year. |
| int | month | An integer from 1 to 12 that represents the month. |
| int | era | An integer that represents the era. |
| Type | Description |
|---|---|
| int | The number of days in the specified month in the specified year in the specified era. |
| Type | Condition |
|---|---|
| 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. |