HebrewCalendar.GetLeapMonth Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Calculates the leap month for a specified year and era.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- year
- Type: System.Int32
A year.
- era
- Type: System.Int32
An era. Specify Calendar.Eras[Calendar.CurrentEra].
Return Value
Type: System.Int32A positive integer that indicates the leap month in the specified year and era. The return value is 7 if the year and era parameters specify a leap year, or 0 if the year is not a leap year.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | era is not CurrentEra. -or- year is less than the Hebrew calendar year 5343 or greater than the Hebrew calendar year 5999. |
Show: