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 voidSetEras (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.