Lines Matching full:hour
54 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
122 * AM_PM + HOUR
186 HOUR, // Example: 0..11
246 * Useful constants for hour in 12-hour clock. Used in GregorianCalendar.
509 * for that field (e.g., days for the day fields, hours for the hour
528 * for that field (e.g., days for the day fields, hours for the hour
547 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the range
572 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the range
595 * calendar. When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will
596 * roll the hour value in the range between 0 and 23, which is zero-based.
619 * calendar. When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will
620 * roll the hour value in the range between 0 and 23, which is zero-based.
1111 * @param hour The value used to set the HOUR_OF_DAY time field.
1115 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute);
1125 * @param hour The value used to set the HOUR_OF_DAY time field.
1130 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second);