GetLeapMonth Method

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.

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

public override int GetLeapMonth(
	int year,
	int era
)

Parameters

year
Type: System.Int32
A year.
era
Type: System.Int32
An era. Specify Calendar.Eras[Calendar.CurrentEra].

Return Value

Type: System.Int32
A 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.

ExceptionCondition
ArgumentOutOfRangeException

era is not CurrentEra.

-or-

year is less than the Hebrew calendar year 5343 or greater than the Hebrew calendar year 5999.

In a calendar that supports leap months, the leap month can occur either after a particular month or after any month in a year.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft