Uses of Class
javax.time.calendar.LocalTime.Overflow
Packages that use LocalTime.Overflow
Package
Description
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.OverflowModifier and TypeMethodDescriptionLocalTime.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.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.toOverflow
(long daysOverflow) Returns this time wrapped as an days-overflow.