Home | History | Annotate | Download | only in datatype

Lines Matching refs:years

197      * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
208 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
219 * @param years of this <code>Duration</code>
233 final BigInteger years,
242 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
248 * @param years of this <code>Duration</code>
261 * BigInteger years,
270 final int years,
277 // years may not be set
278 BigInteger realYears = (years != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) years) : null;
371 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
475 null, // years
583 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}