Lines Matching refs:day

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>
413 int hours = (int) (val % 24L); // 24 hours per day
430 BigInteger hours = BigInteger.valueOf(val % 24L); // 24 hours per day
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.
455 * @param day Day of <code>Duration</code>.
460 * @return New <code>Duration</code> created with the specified <code>day</code>, <code>hour</code>, <code>minute</code>
468 final BigInteger day,
477 day,
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.
498 * @param day Day of <code>Duration</code>.
503 * @return New <code>Duration</code> created with the specified <code>day</code>, <code>hour</code>, <code>minute</code>
510 final int day,
516 day, hour, minute, second);
726 * <td>{@link XMLGregorianCalendar#setDay(int day)}</td>
774 * @param day of <code>XMLGregorianCalendar</code> to be created.
791 final int day,
810 * @param day of <code>XMLGregorianCalendar</code> to be created.
827 final int day,
844 + "int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)"
854 day,
867 * with <code>month</code> and <code>day</code> parameters set to
874 * @param day of <code>XMLGregorianCalendar</code> to be created.
889 final int day,
895 day,
970 DatatypeConstants.FIELD_UNDEFINED, // day