Home | History | Annotate | Download | only in datatype

Lines Matching defs:hours

204      * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
218 * @param hours of this <code>Duration</code>
232 final BigInteger hours,
238 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
247 * @param hours of this <code>Duration</code>
260 * BigInteger hours,
269 final int hours,
282 // hours may not be set
283 BigInteger realHours = (hours != DatatypeConstants.FIELD_UNDEFINED) ? BigInteger.valueOf((long) hours) : null;
409 int hours = (int) (val % 24L); // 24 hours per day
413 DatatypeConstants.FIELD_UNDEFINED, (int) days, hours, minutes, seconds);
417 BigInteger.valueOf(days), BigInteger.valueOf(hours),
426 BigInteger hours = BigInteger.valueOf(val % 24L); // 24 hours per day
429 return newDuration(isPositive, null, null, days, hours, minutes, seconds);
626 null, // hours
904 * @param hours number of hours
919 final int hours,
928 hours,
941 * @param hours number of hours
957 final int hours,
967 hours,
979 * @param hours number of hours
995 final int hours,
1008 hours, int minutes, int seconds, int milliseconds, int timezone)"
1016 hours,