Home | History | Annotate | Download | only in datatype

Lines Matching refs:months

205      * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
217 * @param months of this <code>Duration</code>
231 final BigInteger months,
239 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
246 * @param months of this <code>Duration</code>
259 * BigInteger months,
268 final int months,
277 // months may not be set
278 BigInteger realMonths = (months != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) months) : null;
473 null, // months