asp.net.ph

DateTimeFormatInfo.GetEraName Method

System.Globalization Namespace   DateTimeFormatInfo Class


Returns the string containing the name of the specified era.

[ VB ]
public Function GetEraName ( _
   ByVal era As Integer _
) As String

[ C# ]
public string GetEraName ( 
   int era
);

[ C++ ]
public: String* GetEraName ( 
   int era
);

[ JScript ]
function GetEraName ( 
   era : int
) : String;

Parameters

era
The integer representing the era.

Return Value

A string containing the name of the era.

Exceptions


Exception Type Condition
ArgumentOutOfRangeException era does not represent a valid era in the calendar specified in the Calendar property.

Remarks

The era name is the name a calendar uses to refer to a period of time reckoned from a fixed point or event. For example, "A.D." or "C.E." is the current era in the Gregorian calendar.

The valid values for era are listed in the Eras property of the appropriate class derived from Calendar. For example: JapaneseCalendar.Eras displays a list of eras that are supported by this implementation.

See Also

DateTimeFormatInfo Members   GetEra Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph