Uses of Class
javax.time.calendar.LocalTime.Overflow
-
Packages that use LocalTime.Overflow Package Description javax.time.calendar Provides classes to manage the human time scale including date, time, date-time and time-zone representations. -
-
Uses of LocalTime.Overflow in javax.time.calendar
Methods in javax.time.calendar that return LocalTime.Overflow Modifier and Type Method Description LocalTime.Overflow
LocalTime. minusWithOverflow(long hours, long minutes, long seconds, long nanos)
Returns a copy of thisLocalTime
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 thisLocalTime
with the specified period added, returning the new time with any overflow in days.private LocalTime.Overflow
LocalTime. plusWithOverflow(long hours, long minutes, long seconds, long nanos, int sign)
Returns a copy of thisLocalTime
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.
-