TimeChanges

public final class TimeChanges

Utility class for working with date-time changes.

Functions

Link copied to clipboard
public static LocalDateChange of(LocalDate previousValue, LocalDate newValue)
Creates LocalDateChange object for the passed previous and new field values of local date.
public static LocalTimeChange of(LocalTime previousValue, LocalTime newValue)
Creates LocalTimeChange object for the passed previous and new field values of local time.
public static OffsetDateTimeChange of(OffsetDateTime previousValue, OffsetDateTime newValue)
Creates OffsetDateTimeChange object for the passed previous and new field values of offset time.
public static OffsetTimeChange of(OffsetTime previousValue, OffsetTime newValue)
Creates OffsetTimeChange object for the passed previous and new field values of offset time.