Share via


DateFormatSymbols.SetShortMonths(String[]) Method

Definition

Sets short month strings.

[Android.Runtime.Register("setShortMonths", "([Ljava/lang/String;)V", "GetSetShortMonths_arrayLjava_lang_String_Handler", ApiSince=24)]
public virtual void SetShortMonths (string[]? newShortMonths);
[<Android.Runtime.Register("setShortMonths", "([Ljava/lang/String;)V", "GetSetShortMonths_arrayLjava_lang_String_Handler", ApiSince=24)>]
abstract member SetShortMonths : string[] -> unit
override this.SetShortMonths : string[] -> unit

Parameters

newShortMonths
String[]

the new short month strings.

Attributes

Remarks

Sets short month strings. For example: "Jan", "Feb", etc.

Java documentation for android.icu.text.DateFormatSymbols.setShortMonths(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