Android.Text.Format.DateUtils.GetMonthString Method
Return a localized string for the month of the year.

Syntax

[Android.Runtime.Register("getMonthString", "(II)Ljava/lang/String;", "")]
[System.Obsolete("deprecated")]
public static string GetMonthString (int month, [Android.Runtime.GeneratedEnum] AbbreviationLength abbrev)

Parameters

month
One of Java.Util.Calendar.January, Java.Util.Calendar.February, etc.
abbrev
One of DateUtils.LENGTH_LONG, DateUtils.LENGTH_MEDIUM, or DateUtils.LENGTH_SHORTEST. Undefined lengths will return DateUtils.LENGTH_MEDIUM but may return something different in the future.

Returns

Documentation for this section has not yet been entered.

Remarks

Return a localized string for the month of the year.

[Android Documentation]

Requirements

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