Javax.Xml.Datatype.XMLGregorianCalendar.Month Property

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif month parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif month parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif month parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif month parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif month parameter is outside value constraints for the field as specified in .

Remarks

Get method documentation [Android Documentation]

Return number of month or DatatypeConstants.FieldUndefined.

Value constraints for this value are summarized in .

Set method documentation [Android Documentation]

Set month.

Unset this field by invoking the setter with a parameter value of DatatypeConstants.FieldUndefined.

Requirements

Namespace: Javax.Xml.Datatype
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8