Uses of Interface
javax.time.calendar.TimeAdjuster
-
Packages that use TimeAdjuster Package Description javax.time.calendar Provides classes to manage the human time scale including date, time, date-time and time-zone representations. -
-
Uses of TimeAdjuster in javax.time.calendar
Classes in javax.time.calendar that implement TimeAdjuster Modifier and Type Class Description classLocalDateTimeA date-time without a time-zone in the ISO-8601 calendar system, such as2007-12-03T10:15:30.classLocalTimeA time without time-zone in the ISO-8601 calendar system, such as10:15:30.classOffsetDateTimeA date-time with a zone offset from UTC in the ISO-8601 calendar system, such as2007-12-03T10:15:30+01:00.classOffsetTimeA time with a zone offset from UTC in the ISO-8601 calendar system, such as10:15:30+01:00.Methods in javax.time.calendar with parameters of type TimeAdjuster Modifier and Type Method Description LocalDateTimeLocalDateTime. with(TimeAdjuster adjuster)Returns a copy of thisLocalDateTimewith the time altered using the adjuster.LocalTimeLocalTime. with(TimeAdjuster adjuster)Returns a copy of thisLocalTimewith the time altered using the adjuster.OffsetDateTimeOffsetDateTime. with(TimeAdjuster adjuster)Returns a copy of this OffsetDateTime with the time altered using the adjuster.OffsetTimeOffsetTime. with(TimeAdjuster adjuster)Returns a copy of thisOffsetTimewith the time altered using the adjuster.ZonedDateTimeZonedDateTime. with(TimeAdjuster adjuster)Returns a copy of thisZonedDateTimewith the time altered using the adjuster.ZonedDateTimeZonedDateTime. with(TimeAdjuster adjuster, ZoneResolver resolver)Returns a copy of thisZonedDateTimewith the time altered using the adjuster, providing a resolver to handle an invalid date-time.
-