JapaneseCalendar.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)
Return Value
Type: System.Int32The return value is always 0 because the JapaneseCalendar type does not support the notion of a leap month.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | year or era is outside the range supported by the JapaneseCalendar type. |
Show: