Stay organized with collections
Save and categorize content based on your preferences.
java.time.temporal
Interfaces
| 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 hours", "8 days" or "2 years and 3 months".
|
| TemporalField |
A field of date-time, such as month-of-year or minute-of-hour.
|
| TemporalQuery<R> |
Strategy for querying a temporal object.
|
| TemporalUnit |
A unit of date-time, such as Days or Hours.
|
Classes
| IsoFields |
Fields and units specific to the ISO-8601 calendar system,
including quarter-of-year and week-based-year.
|
| JulianFields |
A set of date fields that provide access to Julian Days.
|
| TemporalAdjusters |
Common and useful TemporalAdjusters.
|
| TemporalQueries |
Common implementations of TemporalQuery.
|
| ValueRange |
The range of valid values for a date-time field.
|
| WeekFields |
Localized definitions of the day-of-week, week-of-month and week-of-year fields.
|
Enums
Exceptions
Interfaces
Classes
Enums
Exceptions
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-05-10 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]