Returns the array of strings containing the full names of the months.
Syntax
[Android.Runtime.Register("getMonths", "()[Ljava/lang/String;", "GetGetMonthsHandler")] public virtual string[] GetMonths ()
Returns
Documentation for this section has not yet been entered.
Remarks
Returns 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.