Returns the leap month for a specified year and era.
Syntax
public override
int GetLeapMonth (
int year,
int era)
Parameters
- year
-
An integer from 1 through 9378 that represents the year to convert.
- era
-
An integer from 0 through 1 that represents the era.
Returns
The return value is always 0.
Remarks
Requirements
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0