Lines Matching defs:year

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.
535 * whose lexical representation contains only year and month components.
581 * whose lexical representation contains only year and month components.
603 * <p>Any remaining milliseconds after determining the year and month are discarded.</p>
612 // create a Duration that only has sign, year & month
629 * <code>year</code> and <code>month</code> as defined in
642 * @param year Year of <code>Duration</code>.
645 * @return New <code>Duration</code> created using the specified <code>year</code> and <code>month</code>.
648 * <code>Duration</code>: if all of the fields (year, month) are null or
654 final BigInteger year,
659 year,
670 * <code>year</code> and <code>month</code> as defined in
678 * @param year Year of <code>Duration</code>.
681 * @return New <code>Duration</code> created using the specified <code>year</code> and <code>month</code>.
684 * <code>Duration</code>: if any of the fields (year, month) is negative.
688 final int year,
693 BigInteger.valueOf((long) year),
753 * <td>{@link XMLGregorianCalendar#setYear(int year)}</td>
801 * builtin datatypes. Note that <code>year</code> parameter supports
807 * @param year of <code>XMLGregorianCalendar</code> to be created.
824 final BigInteger year,
843 * @param year of <code>XMLGregorianCalendar</code> to be created.
860 final int year,
869 // year may be undefined
870 BigInteger realYear = (year != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) year) : null;
879 + "int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)"
908 * @param year of <code>XMLGregorianCalendar</code> to be created.
923 final int year,
929 year,
1004 null, // year