[This is preliminary documentation and is subject to change.]
Returns the "absolute year" (the one used throughout most of the API, without respect to eras)
from a year-of-era and an era.


The absolute year represented by the specified year of era.

For example, in the Gregorian and Julian calendar systems, the BCE era starts at year 1, which is
equivalent to an "absolute year" of 0 (then BCE year 2 has an absolute year of -1, and so on). The absolute
year is the year that is used throughout the API; year-of-era is typically used primarily when formatting
and parsing date values to and from text.

Exception | Condition |
---|---|
ArgumentNullException | era is null. |
ArgumentOutOfRangeException | yearOfEra is out of the range of years for the given era. |
ArgumentException | era is not an era used in this calendar. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)