Javax.Xml.Datatype.XMLGregorianCalendar.Hour Property
Return hours or DatatypeConstants.FieldUndefined.

Syntax

[get: Android.Runtime.Register("getHour", "()I", "GetGetHourHandler")]
[set: Android.Runtime.Register("setHour", "(I)V", "GetSetHour_IHandler")]
public abstract int Hour { 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 hour parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif hour parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif hour parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif hour parameter is outside value constraints for the field as specified in .
Java.Lang.IllegalArgumentExceptionif hour parameter is outside value constraints for the field as specified in .

Remarks

Get method documentation [Android Documentation]

Return hours or DatatypeConstants.FieldUndefined. Returns DatatypeConstants.FieldUndefined if this field is not defined.

Value constraints for this value are summarized in .

Set method documentation [Android Documentation]

Set hours.

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