Lines Matching refs:day

191          * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
193 * year, month, day, hour, minute, and second.
220 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
222 * year, month, day, hour, minute, and second.
358 * whose lexical representation contains only day, hour, minute, and second components.
402 * whose lexical representation contains only day, hour, minute, and second components.
424 * <p>Any remaining milliseconds after determining the day, hour, minute and second are discarded.</p>
440 * <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined in
445 * whose lexical representation contains only day, hour, minute, and second components.
457 * @param day Day of <code>Duration</code>.
462 * @return New <code>Duration</code> created with the specified <code>day</code>, <code>hour</code>, <code>minute</code>
466 * <code>Duration</code>: if all the fields (day, hour, ...) are null or
472 final BigInteger day,
481 day,
490 * <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined in
495 * whose lexical representation contains only day, hour, minute, and second components.
502 * @param day Day of <code>Duration</code>.
507 * @return New <code>Duration</code> created with the specified <code>day</code>, <code>hour</code>, <code>minute</code>
511 * <code>Duration</code>: if any of the fields (day, hour, ...) is negative.
515 final int day,
522 BigInteger.valueOf((long) day),
761 * <td>{@link XMLGregorianCalendar#setDay(int day)}</td>
809 * @param day of <code>XMLGregorianCalendar</code> to be created.
826 final int day,
845 * @param day of <code>XMLGregorianCalendar</code> to be created.
862 final int day,
879 + "int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)"
890 day,
903 * with <code>month</code> and <code>day</code> parameters set to
910 * @param day of <code>XMLGregorianCalendar</code> to be created.
925 final int day,
931 day,
1006 DatatypeConstants.FIELD_UNDEFINED, // day