Java.Util.Calendar.Hour Field
Field number for get and set indicating the hour of the morning or afternoon.

Value: 10

Syntax

[Android.Runtime.Register("HOUR")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.")]
public const CalendarField Hour

See Also

Calendar.AmPm
Calendar.HourOfDay

Remarks

Field number for get and set indicating the hour of the morning or afternoon. HOUR is used for the 12-hour clock. E.g., at 10:04:15.250 PM the HOUR is 10.

[Android Documentation]

Requirements

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