Java.Util.Date.Month Property
Returns the gregorian calendar month for this Date object.

Syntax

[System.Obsolete("deprecated")]
[get: Android.Runtime.Register("getMonth", "()I", "GetGetMonthHandler")]
[set: Android.Runtime.Register("setMonth", "(I)V", "GetSetMonth_IHandler")]
public virtual int Month { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the gregorian calendar month for this Date object.

Set method documentation [Android Documentation]

Sets the gregorian calendar month for this Date object.

Requirements

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