Home | History | Annotate | Download | only in util

Lines Matching defs:HOUR_OF_DAY

170  * HOUR_OF_DAY
507 * @see #HOUR_OF_DAY
513 * hour of the day. <code>HOUR_OF_DAY</code> is used for the 24-hour clock.
514 * E.g., at 10:04:15.250 PM the <code>HOUR_OF_DAY</code> is 22.
518 public final static int HOUR_OF_DAY = 11;
1012 final static int HOUR_OF_DAY_MASK = (1 << HOUR_OF_DAY);
1238 * @param hourOfDay the {@link Calendar#HOUR_OF_DAY HOUR_OF_DAY} value
1253 * setFields(Calendar.HOUR_OF_DAY, hourOfDay,
1258 * @param hourOfDay the {@link Calendar#HOUR_OF_DAY HOUR_OF_DAY} value
1266 return setFields(HOUR_OF_DAY, hourOfDay, MINUTE, minute,
1898 * <code>HOUR_OF_DAY</code>, and <code>MINUTE</code>.
1906 * @param hourOfDay the value used to set the <code>HOUR_OF_DAY</code> calendar field.
1917 set(HOUR_OF_DAY, hourOfDay);
1923 * <code>DAY_OF_MONTH</code>, <code>HOUR_OF_DAY</code>, <code>MINUTE</code>, and
1932 * @param hourOfDay the value used to set the <code>HOUR_OF_DAY</code> calendar field.
1945 set(HOUR_OF_DAY, hourOfDay);
1984 * <p>The {@link #HOUR_OF_DAY}, {@link #HOUR} and {@link #AM_PM}
1989 * #set(int,int) set(Calendar.HOUR_OF_DAY, 0)} to reset the hour
2532 // are only two possibilities here; the HOUR_OF_DAY or the
2534 int hourOfDayStamp = stamp[HOUR_OF_DAY];
2810 * When rolling on the hour-in-day or Calendar.HOUR_OF_DAY field, it will
3308 "HOUR_OF_DAY", "MINUTE", "SECOND", "MILLISECOND", "ZONE_OFFSET",