java.time.temporal
Package java.time.temporal
Access to date and time using fields and units, and date time adjusters.
See: Description
Interface | Description |
---|---|
Temporal | Framework-level interface defining read-write access to a temporal object, such as a date, time, offset or some combination of these. |
TemporalAccessor | Framework-level interface defining read-only access to a temporal object, such as a date, time, offset or some combination of these. |
TemporalAdjuster | Strategy for adjusting a temporal object. |
TemporalAmount | Framework-level interface defining an amount of time, such as "6 h |