Home | History | Annotate | Download | only in unicode

Lines Matching refs:HOUR

55  * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
124 * AM_PM + HOUR
140 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
227 HOUR, // Example: 0..11
284 * Useful constants for hour in 12-hour clock. Used in GregorianCalendar.
549 * for that field (e.g., days for the day fields, hours for the hour
571 * for that field (e.g., days for the day fields, hours for the hour
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
601 * hour value in the range between 0 and 23, which is zero-based.
635 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
636 * hour value in the range between 0 and 23, which is zero-based.
667 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
668 * hour value in the range between 0 and 23, which is zero-based.
700 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
701 * hour value in the range between 0 and 23, which is zero-based.
905 * 1:30 AM EDT, then 1:30 AM EST one hour later. When <code>UCAL_WALLTIME_FIRST</code>
1274 * @param hour The value used to set the HOUR_OF_DAY time field.
1278 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute);
1288 * @param hour The value used to set the HOUR_OF_DAY time field.
1293 void set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second);