DateFormatSymbols.SetMonths Method

Definition

Overloads

SetMonths(String[], Int32, Int32)
SetMonths(String[])

SetMonths(String[], Int32, Int32)

[Android.Runtime.Register("setMonths", "([Ljava/lang/String;II)V", "GetSetMonths_arrayLjava_lang_String_IIHandler", ApiSince=24)]
public virtual void SetMonths (string[]? newMonths, int context, int width);
[<Android.Runtime.Register("setMonths", "([Ljava/lang/String;II)V", "GetSetMonths_arrayLjava_lang_String_IIHandler", ApiSince=24)>]
abstract member SetMonths : string[] * int * int -> unit
override this.SetMonths : string[] * int * int -> unit

Parameters

newMonths
String[]
context
Int32
width
Int32
Attributes

Remarks

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

SetMonths(String[])

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

Parameters

newMonths
String[]
Attributes

Remarks

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