Java.Text.DateFormatSymbols.SetEras Method
Sets the array of Strings which represent BC and AD.

Syntax

[Android.Runtime.Register("setEras", "([Ljava/lang/String;)V", "GetSetEras_arrayLjava_lang_String_Handler")]
public virtual void SetEras (string[] data)

Parameters

data
the array of strings for BC and AD.

Remarks

Sets 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