Java.Text.DateFormatSymbols.SetMonths Method
Sets the array of strings containing the full names of the months.

Syntax

[Android.Runtime.Register("setMonths", "([Ljava/lang/String;)V", "GetSetMonths_arrayLjava_lang_String_Handler")]
public virtual void SetMonths (string[] data)

Parameters

data
the array of strings.

Remarks

Sets the array of strings containing the full names of the months. Use the Java.Util.Calendar constants Calendar.JANUARY etc. as indices for the array.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1