Java.Text.DateFormatSymbols.GetEras Method
Returns the array of strings which represent BC and AD.

Syntax

[Android.Runtime.Register("getEras", "()[Ljava/lang/String;", "GetGetErasHandler")]
public virtual string[] GetEras ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the array of strings which represent BC and AD. Use the Java.Util.Calendar constants GregorianCalendar.BC and GregorianCalendar.AD as indices for the array.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1