Java.Util.Calendar.HourOfDay Field
Field number for get and set indicating the hour of the day.

Value: 11

Syntax

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

See Also

Calendar.Hour

Remarks

Field number for get and set indicating the hour of the day. HOUR_OF_DAY is used for the 24-hour clock. E.g., at 10:04:15.250 PM the HOUR_OF_DAY is 22.

[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