Lines Matching defs:hour

148      * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
150 * year, month, day, hour, minute, and second.
177 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
179 * year, month, day, hour, minute, and second.
312 * whose lexical representation contains only day, hour, minute, and second components.
352 * whose lexical representation contains only day, hour, minute, and second components.
374 * <p>Any remaining milliseconds after determining the day, hour, minute and second are discarded.</p>
411 int minutes = (int) (val % 60L); // 60 minutes per hour
428 BigInteger minutes = BigInteger.valueOf(val % 60L); // 60 minutes per hour
438 * <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined in
443 * whose lexical representation contains only day, hour, minute, and second components.
456 * @param hour Hour of <code>Duration</code>.
460 * @return New <code>Duration</code> created with the specified <code>day</code>, <code>hour</code>, <code>minute</code>
469 final BigInteger hour,
478 hour,
486 * <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined in
491 * whose lexical representation contains only day, hour, minute, and second components.
499 * @param hour Hour of <code>Duration</code>.
503 * @return New <code>Duration</code> created with the specified <code>day</code>, <code>hour</code>, <code>minute</code>
511 final int hour,
516 day, hour, minute, second);
730 * <td>{@link XMLGregorianCalendar#setTime(int hour, int minute, int second, BigDecimal fractional)}</td>
775 * @param hour of <code>XMLGregorianCalendar</code> to be created.
792 final int hour,
811 * @param hour of <code>XMLGregorianCalendar</code> to be created.
828 final int hour,
844 + "int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)"
855 hour,
896 DatatypeConstants.FIELD_UNDEFINED, // hour