Mono Class Library: System.Globalization.DateTimeFormatInfo Overview | Members

System.Globalization.DateTimeFormatInfo.GetEra Method

Gets a int representing the specified era. [Edit]

public int GetEra (string eraName)

Parameters

eraName
A string containing the name of the era. [Edit]

Returns

A int representing the era. If eraName is invalid, returns -1. [Edit]

Exceptions

TypeReason
ArgumentNullExceptioneraName is a null reference. [Edit]

Remarks

The value specified for eraName is case-insensitive.

Note: An era name is a culturally specific name for a period of time marked by distinctive characters or reckoned from a fixed point or event. For example "A.D." and "B.C." are two eras of the Gregorian calendar.

[Edit]

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0