Calculates the number of days in the specified year and era.
Syntax
public override
int GetDaysInYear (
int year,
int era)
Parameters
- year
-
An integer that represents the year. - era
-
An integer that represents the era.
Returns
The number of days in the specified year and era.
Remarks
Requirements
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0