Condividi tramite


DateFormatSymbols.SetNarrowEras(String[]) Method

Definition

<strong>[icu]</strong> Sets narrow era name strings.

[Android.Runtime.Register("setNarrowEras", "([Ljava/lang/String;)V", "GetSetNarrowEras_arrayLjava_lang_String_Handler", ApiSince=31)]
public virtual void SetNarrowEras (string[]? newNarrowEras);
[<Android.Runtime.Register("setNarrowEras", "([Ljava/lang/String;)V", "GetSetNarrowEras_arrayLjava_lang_String_Handler", ApiSince=31)>]
abstract member SetNarrowEras : string[] -> unit
override this.SetNarrowEras : string[] -> unit

Parameters

newNarrowEras
String[]

the new narrow era strings.

Attributes

Remarks

<strong>[icu]</strong> Sets narrow era name strings. For example: "A" and "B".

Java documentation for android.icu.text.DateFormatSymbols.setNarrowEras(java.lang.String[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to