System.Globalization.EastAsianLunisolarCalendar.IsLeapMonth Method

Determines whether the specified month in the specified year and era is a leap month.

Syntax

public override bool IsLeapMonth (int year, int month, int era)

Parameters

year
An integer that represents the year.
month
An integer from 1 through 13 that represents the month.
era
An integer that represents the era.

Returns

true if the month parameter is a leap month; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0