java.time · java.base · since Java 1.8
LocalTime
public final class LocalTime
implements Temporal, TemporalAdjuster, Comparable<LocalTime>, SerializableA wall-clock time without date or zone (09:30): opening hours, alarms, schedules — resolved against a zone only when they become real moments.
Key methods
static LocalTime of(int hour, int minute) | Creation. |
LocalTime plusHours/plusMinutes(long) | Wrap-around arithmetic. |