XMLGregorianCalendar.Hour Property

Definition

Return hours or FieldUndefined.

public abstract int Hour { [Android.Runtime.Register("getHour", "()I", "GetGetHourHandler")] get; [Android.Runtime.Register("setHour", "(I)V", "GetSetHour_IHandler")] set; }
[<get: Android.Runtime.Register("getHour", "()I", "GetGetHourHandler")>]
[<set: Android.Runtime.Register("setHour", "(I)V", "GetSetHour_IHandler")>]
member this.Hour : int with get, set

Property Value

Attributes

Exceptions

if hour parameter is outside value constraints for the field as specified in .

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Javax.Xml.Datatype.XMLGregorianCalendar.SetTime(System.Int32%2c+System.Int32%2c+System.Int32)>