Calendar::GetMonthsInYear Method (Int32, Int32)
When overridden in a derived class, returns the number of months in the specified year in the specified 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 is outside the range supported by the calendar. -or- era is outside the range supported by the calendar. |
For example, in HebrewCalendar, GetMonthsInYear returns 12 for a common year or 13 for a leap year.
Notes to InheritorsThe derived class must support CurrentEra when it is passed as the era parameter. One way to support CurrentEra is by replacing it with the value stored in Eras[0], which is the value for the current era of the calendar.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.