Home | History | Annotate | Download | only in datatype

Lines Matching refs:days

193      * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
204 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
217 * @param days of this <code>Duration</code>
231 final BigInteger days,
238 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
246 * @param days of this <code>Duration</code>
259 * BigInteger days,
268 final int days,
279 // days may not be set
280 BigInteger realDays = (days != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) days) : null;
367 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
410 long days = val / 24L;
411 if (days <= ((long) Integer.MAX_VALUE)) {
413 DatatypeConstants.FIELD_UNDEFINED, (int) days, hours, minutes, seconds);
417 BigInteger.valueOf(days), BigInteger.valueOf(hours),
428 BigInteger days = BigInteger.valueOf(val);
429 return newDuration(isPositive, null, null, days, hours, minutes, seconds);
579 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY}
625 null, // days