DateFormatSymbols.GetMonths Method

Definition

Overloads

GetMonths()
GetMonths(Int32, Int32)

GetMonths()

[Android.Runtime.Register("getMonths", "()[Ljava/lang/String;", "GetGetMonthsHandler", ApiSince=24)]
public virtual string[]? GetMonths ();
[<Android.Runtime.Register("getMonths", "()[Ljava/lang/String;", "GetGetMonthsHandler", ApiSince=24)>]
abstract member GetMonths : unit -> string[]
override this.GetMonths : unit -> string[]

Returns

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

GetMonths(Int32, Int32)

[Android.Runtime.Register("getMonths", "(II)[Ljava/lang/String;", "GetGetMonths_IIHandler", ApiSince=24)]
public virtual string[]? GetMonths (int context, int width);
[<Android.Runtime.Register("getMonths", "(II)[Ljava/lang/String;", "GetGetMonths_IIHandler", ApiSince=24)>]
abstract member GetMonths : int * int -> string[]
override this.GetMonths : int * int -> string[]

Parameters

context
Int32
width
Int32

Returns

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