Lines Matching defs:day

225      * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
227 * year, month, day, hour, minute, and second.
254 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
256 * year, month, day, hour, minute, and second.
393 * whose lexical representation contains only day, hour, minute, and second components.
439 * whose lexical representation contains only day, hour, minute, and second components.
461 * <p>Any remaining milliseconds after determining the day, hour, minute and second are discarded.
477 * {@code day}, {@code hour}, {@code minute} and {@code second} as defined in
482 * whose lexical representation contains only day, hour, minute, and second components.
494 * @param day Day of {@code Duration}.
499 * @return New {@code Duration} created with the specified {@code day}, {@code hour}, {@code minute}
503 * {@code Duration}: if all the fields (day, hour, ...) are null or
509 final BigInteger day,
518 day,
527 * {@code day}, {@code hour}, {@code minute} and {@code second} as defined in
532 * whose lexical representation contains only day, hour, minute, and second components.
539 * @param day Day of {@code Duration}.
544 * @return New {@code Duration} created with the specified {@code day}, {@code hour}, {@code minute}
548 * {@code Duration}: if any of the fields (day, hour, ...) is negative.
552 final int day,
559 BigInteger.valueOf((long) day),
797 * <td>{@link XMLGregorianCalendar#setDay(int day)}</td>
846 * @param day of {@code XMLGregorianCalendar} to be created.
863 final int day,
882 * @param day of {@code XMLGregorianCalendar} to be created.
899 final int day,
916 + "int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)"
927 day,
940 * with {@code month} and {@code day} parameters set to
947 * @param day of {@code XMLGregorianCalendar} to be created.
962 final int day,
968 day,
1043 DatatypeConstants.FIELD_UNDEFINED, // day