Calendar.HOUR_OF_DAY

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

@see #HOUR

class Calendar
enum int HOUR_OF_DAY;

Meta