Home | History | Annotate | Download | only in format

Lines Matching refs:HOUR

53      * True if this is an allDay event. The hour, minute, second fields are
69 * Hour of day [0-23]
71 public int hour;
124 public static final int HOUR = 3;
227 * @param field one of the constants for HOUR, MINUTE, SECOND, etc.
236 case HOUR:
278 this.hour = 0;
297 * hour}, {@code minute}, and {@code second} are not 0.
391 * field of this Time class is set to true and the <code>hour</code>,
448 * the {@link #allDay} field is set to true and the {@link #hour},
505 * ambiguous because it falls in the hour that is repeated when switching
560 this.hour = that.hour;
574 public void set(int second, int minute, int hour, int monthDay, int month, int year) {
578 this.hour = hour;
601 this.hour = 0;
750 * hour at 12am on April 25, 2008 and there are a few other places that
772 hour = 0;