[This is preliminary documentation and is subject to change.]
The maximum valid month (inclusive) within this calendar in the given year. It is assumed that
all calendars start with month 1 and go up to this month number in any valid year.


- year (Int32)
- The year to consider.

The maximum month number within the given year.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The given year is invalid for this calendar.
Note that some implementations may return a month rather than throw this exception (for example, if all
years have the same number of months in this calendar system). Failure to throw an exception should not be
treated as an indication that the year is valid. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)