Home | History | Annotate | Download | only in datatype

Lines Matching refs:months

208      * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
220 * @param months of this <code>Duration</code>
234 final BigInteger months,
242 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
249 * @param months of this <code>Duration</code>
262 * BigInteger months,
271 final int months,
280 // months may not be set
281 BigInteger realMonths = (months != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) months) : null;
476 null, // months