Java.Util.Calendar.Month Field
Field number for get and set indicating the month.

Value: 2

Syntax

[Android.Runtime.Register("MONTH")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.")]
public const CalendarField Month

See Also

Calendar.January
Calendar.February
Calendar.March
Calendar.April
Calendar.May
Calendar.June
Calendar.July
Calendar.August
Calendar.September
Calendar.October
Calendar.November
Calendar.December
Calendar.Undecimber

Remarks

Field number for get and set indicating the month. This is a calendar-specific value. The first month of the year is JANUARY; the last depends on the number of months in a year.

[Android Documentation]

Requirements

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