GetLeapMonth Method

HijriCalendar.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)

'Declaration
Public Overrides Function GetLeapMonth ( _
	year As Integer, _
	era As Integer _
) As Integer

Parameters

year
Type: System.Int32
A year.
era
Type: System.Int32
An era. Specify CurrentEra.

Return Value

Type: System.Int32
Always 0 because the HijriCalendar type does not support leap months.

ExceptionCondition
ArgumentOutOfRangeException

year is less than the Hijri calendar year 1 or greater than the year 9666.

-or-

era is not CurrentEra.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft