Javax.Xml.Datatype.XMLGregorianCalendar.Minute Property
Returns DatatypeConstants.FieldUndefined if this field is not defined.

Syntax

[get: Android.Runtime.Register("getMinute", "()I", "GetGetMinuteHandler")]
[set: Android.Runtime.Register("setMinute", "(I)V", "GetSetMinute_IHandler")]
public abstract int Minute { get; set; }

See Also

XMLGregorianCalendar.SetTime(int, System.Int32, System.Int32)

Value

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Get method documentation [Android Documentation]

Returns DatatypeConstants.FieldUndefined if this field is not defined.

Return minutes or DatatypeConstants.FieldUndefined.

Value constraints for this value are summarized in .

Set method documentation [Android Documentation]

Set minutes.

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