Package | Description |
---|---|
javax.time.calendar |
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
|
Modifier and Type | Method and Description |
---|---|
LocalTime.Overflow |
LocalTime.minusWithOverflow(long hours,
long minutes,
long seconds,
long nanos)
Returns a copy of this
LocalTime with the specified period subtracted,
returning the new time with any overflow in days. |
LocalTime.Overflow |
LocalTime.plusWithOverflow(long hours,
long minutes,
long seconds,
long nanos)
Returns a copy of this
LocalTime with the specified period added,
returning the new time with any overflow in days. |
LocalTime.Overflow |
LocalTime.toOverflow(long daysOverflow)
Returns this time wrapped as an days-overflow.
|
Copyright © 2014. All rights reserved.