Uses of Class
javax.time.calendar.LocalTime
Packages that use LocalTime
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
Provides classes to implement time-zones and their rules.
-
Uses of LocalTime in javax.time.calendar
Classes in javax.time.calendar that implement interfaces with type arguments of type LocalTimeModifier and TypeClassDescriptionfinal classA time without time-zone in the ISO-8601 calendar system, such as10:15:30.Fields in javax.time.calendar declared as LocalTimeModifier and TypeFieldDescriptionstatic final LocalTimeLocalTime.MIDDAYConstant for the local time of midday, 12:00.static final LocalTimeLocalTime.MIDNIGHTConstant for the local time of midnight, 00:00.Methods in javax.time.calendar that return LocalTimeModifier and TypeMethodDescriptionLocalDateTime.adjustTime(LocalTime time) Adjusts a time to have the value of the time part of this object.LocalTime.adjustTime(LocalTime time) Adjusts a time to have the value of this time.OffsetDateTime.adjustTime(LocalTime time) Adjusts a time to have the value of the time part of this object.OffsetTime.adjustTime(LocalTime time) Adjusts a time to have the value of the time part of this object.TimeAdjuster.adjustTime(LocalTime time) Adjusts the input time returning the adjusted time.LocalTime.Overflow.getResultTime()Gets the time that was the result of the calculation.LocalTime.minus(PeriodProvider periodProvider) Returns a copy of thisLocalTimewith the specified period subtracted.Returns a copy of thisLocalTimewith the specified duration subtracted.LocalTime.minusHours(long hours) Returns a copy of thisLocalTimewith the specified period in hours subtracted.LocalTime.minusMinutes(long minutes) Returns a copy of thisLocalTimewith the specified period in minutes subtracted.LocalTime.minusNanos(long nanos) Returns a copy of thisLocalTimewith the specified period in nanoseconds subtracted.LocalTime.minusSeconds(long seconds) Returns a copy of thisLocalTimewith the specified period in seconds subtracted.static LocalTimeLocalTime.now()Obtains the current time from the system clock in the default time-zone.static LocalTimeObtains the current time from the specified clock.static LocalTimeLocalTime.of(int hourOfDay, int minuteOfHour) Obtains an instance ofLocalTimefrom an hour and minute.static LocalTimeLocalTime.of(int hourOfDay, int minuteOfHour, int secondOfMinute) Obtains an instance ofLocalTimefrom an hour, minute and second.static LocalTimeLocalTime.of(int hourOfDay, int minuteOfHour, int secondOfMinute, int nanoOfSecond) Obtains an instance ofLocalTimefrom an hour, minute, second and nanosecond.static LocalTimeLocalTime.of(TimeProvider timeProvider) Obtains an instance ofLocalTimefrom a time provider.static LocalTimeLocalTime.ofNanoOfDay(long nanoOfDay) Obtains an instance ofLocalTimefrom a nanos-of-day value.static LocalTimeLocalTime.ofSecondOfDay(long secondOfDay) Obtains an instance ofLocalTimefrom a second-of-day value.static LocalTimeLocalTime.ofSecondOfDay(long secondOfDay, int nanoOfSecond) Obtains an instance ofLocalTimefrom a second-of-day value, with associated nanos of second.static LocalTimeObtains an instance ofLocalTimefrom a text string such as10:15.static LocalTimeLocalTime.parse(String text, DateTimeFormatter formatter) Obtains an instance ofLocalTimefrom a text string using a specific formatter.LocalTime.plus(PeriodProvider periodProvider) Returns a copy of thisLocalTimewith the specified period added.Returns a copy of thisLocalTimewith the specified duration added.LocalTime.plusHours(long hours) Returns a copy of thisLocalTimewith the specified period in hours added.LocalTime.plusMinutes(long minutes) Returns a copy of thisLocalTimewith the specified period in minutes added.LocalTime.plusNanos(long nanos) Returns a copy of thisLocalTimewith the specified period in nanoseconds added.LocalTime.plusSeconds(long seconds) Returns a copy of thisLocalTimewith the specified period in seconds added.Clock.time()Gets the current time with maximum resolution of up to nanoseconds.Clock.timeToMinute()Gets the current time with a resolution of minutes.Clock.timeToSecond()Gets the current time with a resolution of seconds.LocalDateTime.toLocalTime()Converts this date-time to aLocalTime.LocalTime.toLocalTime()Converts this time to aLocalTime, trivially returningthis.OffsetDateTime.toLocalTime()Converts this date-time to aLocalTime.OffsetTime.toLocalTime()Converts this time to aLocalTime.TimeProvider.toLocalTime()Returns an instance ofLocalTimeinitialized from the state of this object.ZonedDateTime.toLocalTime()Converts thisZonedDateTimeto aLocalTime.LocalTime.with(TimeAdjuster adjuster) Returns a copy of thisLocalTimewith the time altered using the adjuster.LocalTime.withHourOfDay(int hourOfDay) Returns a copy of thisLocalTimewith the hour-of-day value altered.LocalTime.withMinuteOfHour(int minuteOfHour) Returns a copy of thisLocalTimewith the minute-of-hour value altered.LocalTime.withNanoOfSecond(int nanoOfSecond) Returns a copy of thisLocalTimewith the nano-of-second value altered.LocalTime.withSecondOfMinute(int secondOfMinute) Returns a copy of thisLocalTimewith the second-of-minute value altered.Methods in javax.time.calendar that return types with arguments of type LocalTimeModifier and TypeMethodDescriptionstatic CalendricalRule<LocalTime> LocalTime.rule()Gets the rule forLocalTime.Methods in javax.time.calendar with parameters of type LocalTimeModifier and TypeMethodDescriptionLocalDateTime.adjustTime(LocalTime time) Adjusts a time to have the value of the time part of this object.LocalTime.adjustTime(LocalTime time) Adjusts a time to have the value of this time.OffsetDateTime.adjustTime(LocalTime time) Adjusts a time to have the value of the time part of this object.OffsetTime.adjustTime(LocalTime time) Adjusts a time to have the value of the time part of this object.TimeAdjuster.adjustTime(LocalTime time) Adjusts the input time returning the adjusted time.Returns a local date-time formed from this date at the specified time.Returns an offset date-time formed from this date at the specified time.intCompares thisLocalTimeto another time.booleanChecks if thisLocalTimeis after the specified time.booleanChecks if thisLocalTimeis before the specified time. -
Uses of LocalTime in javax.time.calendar.zone
Methods in javax.time.calendar.zone that return LocalTimeModifier and TypeMethodDescriptionZoneOffsetTransitionRule.getLocalTime()Gets the local time of day of the transition which must be checked withZoneOffsetTransitionRule.isMidnightEndOfDay().Methods in javax.time.calendar.zone with parameters of type LocalTimeModifier and TypeMethodDescriptionZoneRulesBuilder.addRuleToWindow(int startYear, int endYear, MonthOfYear month, int dayOfMonthIndicator, DayOfWeek dayOfWeek, LocalTime time, boolean timeEndOfDay, ZoneRulesBuilder.TimeDefinition timeDefinition, Period savingAmount) Adds a multi-year transition rule to the current window.ZoneRulesBuilder.addRuleToWindow(int year, MonthOfYear month, int dayOfMonthIndicator, LocalTime time, boolean timeEndOfDay, ZoneRulesBuilder.TimeDefinition timeDefinition, Period savingAmount) Adds a single transition rule to the current window.static ZoneOffsetTransitionRuleZoneOffsetTransitionRule.of(MonthOfYear month, int dayOfMonthIndicator, DayOfWeek dayOfWeek, LocalTime time, boolean timeEndOfDay, ZoneRulesBuilder.TimeDefinition timeDefnition, ZoneOffset standardOffset, ZoneOffset offsetBefore, ZoneOffset offsetAfter) Creates an instance defining the yearly rule to create transitions between two offsets.Constructors in javax.time.calendar.zone with parameters of type LocalTimeModifierConstructorDescriptionZoneOffsetTransitionRule(MonthOfYear month, int dayOfMonthIndicator, DayOfWeek dayOfWeek, LocalTime time, boolean timeEndOfDay, ZoneRulesBuilder.TimeDefinition timeDefnition, ZoneOffset standardOffset, ZoneOffset offsetBefore, ZoneOffset offsetAfter) Creates an instance defining the yearly rule to create transitions between two offsets.