Home | History | Annotate | Download | only in datatype

Lines Matching refs:days

194      * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
205 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
218 * @param days of this <code>Duration</code>
232 final BigInteger days,
239 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
247 * @param days of this <code>Duration</code>
260 * BigInteger days,
269 final int days,
280 // days may not be set
281 BigInteger realDays = (days != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) days) : null;
368 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
411 long days = val / 24L;
412 if (days <= ((long) Integer.MAX_VALUE)) {
414 DatatypeConstants.FIELD_UNDEFINED, (int) days, hours, minutes, seconds);
418 BigInteger.valueOf(days), BigInteger.valueOf(hours),
429 BigInteger days = BigInteger.valueOf(val);
430 return newDuration(isPositive, null, null, days, hours, minutes, seconds);
580 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
626 null, // days