Searched defs:HOUR (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/util/
H A DCalendar.java42 * {@code HOUR}, and so on. (A {@code Date} object represents a
140 * AM_PM + HOUR</pre>
220 * A smaller field represents a smaller unit of time. {@code HOUR} is a
255 * a larger field than {@code HOUR}.
677 * whether the {@code HOUR} is before or after noon. E.g., at
682 * @see #HOUR
690 * hour of the morning or afternoon. {@code HOUR} is used for the
691 * 12-hour clock. E.g., at 10:04:15.250 PM the {@code HOUR} is 10.
698 public static final int HOUR = 10; field in class:Calendar
705 * @see #HOUR
[all...]

Completed in 23 milliseconds