EastAsianLunisolarCalendar::GetDaysInYear Method (Int32, Int32)
.NET Framework (current version)
Calculates the number of days in the specified year and era.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- year
-
Type:
System::Int32
An integer that represents the year.
- era
-
Type:
System::Int32
An integer that represents the era.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | year or era is outside the range supported by this calendar. |
The GetDaysInYear method returns 365 or 366, depending on whether the year parameter is a leap year.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: