System.Globalization.KoreanLunisolarCalendar.GetEra Method

Retrieves the era that corresponds to the specified DateTime.

Syntax

public override int GetEra (DateTime time)

Parameters

time
The DateTime to read.

Returns

An integer that represents the era specified by the time parameter. The return value for a System.Globalization.KoreanLunisolarCalendar object is always the KoreanLunisolarCalendar.GregorianEra value.

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