[This is preliminary documentation and is subject to change.]
Returns whether or not the given year is a leap year in this calendar.


- year (Int32)
- The year to consider.

True if the given year is a leap year; false otherwise.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The given year is invalid for this calendar.
Note that some implementations may return a value rather than throw this exception. 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)