Stay organized with collections
Save and categorize content based on your preferences.
java.time.chrono
Interfaces
ChronoLocalDate |
A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases.
|
ChronoLocalDateTime |
A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases.
|
Chronology |
A calendar system, used to organize and identify dates.
|
ChronoPeriod |
A date-based amount of time, such as '3 years, 4 months and 5 days' in an arbitrary chronology, intended for advanced globalization use cases.
|
ChronoZonedDateTime |
A date-time with a time-zone in an arbitrary chronology, intended for advanced globalization use cases.
|
Era |
An era of the time-line.
|
Classes
Enums
HijrahEra |
An era in the Hijrah calendar system.
|
IsoEra |
An era in the ISO calendar system.
|
MinguoEra |
An era in the Minguo calendar system.
|
ThaiBuddhistEra |
An era in the Thai Buddhist calendar system.
|
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 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# java.time.chrono\n================\n\nInterfaces\n----------\n\n|-------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ChronoLocalDate](/reference/kotlin/java/time/chrono/ChronoLocalDate) | A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases. |\n| [ChronoLocalDateTime](/reference/kotlin/java/time/chrono/ChronoLocalDateTime) | A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases. |\n| [Chronology](/reference/kotlin/java/time/chrono/Chronology) | A calendar system, used to organize and identify dates. |\n| [ChronoPeriod](/reference/kotlin/java/time/chrono/ChronoPeriod) | A date-based amount of time, such as '3 years, 4 months and 5 days' in an arbitrary chronology, intended for advanced globalization use cases. |\n| [ChronoZonedDateTime](/reference/kotlin/java/time/chrono/ChronoZonedDateTime) | A date-time with a time-zone in an arbitrary chronology, intended for advanced globalization use cases. |\n| [Era](/reference/kotlin/java/time/chrono/Era) | An era of the time-line. |\n\nClasses\n-------\n\n|-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|\n| [AbstractChronology](/reference/kotlin/java/time/chrono/AbstractChronology) | An abstract implementation of a calendar system, used to organize and identify dates. |\n| [HijrahChronology](/reference/kotlin/java/time/chrono/HijrahChronology) | The Hijrah calendar is a lunar calendar supporting Islamic calendars. |\n| [HijrahDate](/reference/kotlin/java/time/chrono/HijrahDate) | A date in the Hijrah calendar system. |\n| [IsoChronology](/reference/kotlin/java/time/chrono/IsoChronology) | The ISO calendar system. |\n| [JapaneseChronology](/reference/kotlin/java/time/chrono/JapaneseChronology) | The Japanese Imperial calendar system. |\n| [JapaneseDate](/reference/kotlin/java/time/chrono/JapaneseDate) | A date in the Japanese Imperial calendar system. |\n| [JapaneseEra](/reference/kotlin/java/time/chrono/JapaneseEra) | An era in the Japanese Imperial calendar system. |\n| [MinguoChronology](/reference/kotlin/java/time/chrono/MinguoChronology) | The Minguo calendar system. |\n| [MinguoDate](/reference/kotlin/java/time/chrono/MinguoDate) | A date in the Minguo calendar system. |\n| [ThaiBuddhistChronology](/reference/kotlin/java/time/chrono/ThaiBuddhistChronology) | The Thai Buddhist calendar system. |\n| [ThaiBuddhistDate](/reference/kotlin/java/time/chrono/ThaiBuddhistDate) | A date in the Thai Buddhist calendar system. |\n\nEnums\n-----\n\n|-----------------------------------------------------------------------|----------------------------------------------|\n| [HijrahEra](/reference/kotlin/java/time/chrono/HijrahEra) | An era in the Hijrah calendar system. |\n| [IsoEra](/reference/kotlin/java/time/chrono/IsoEra) | An era in the ISO calendar system. |\n| [MinguoEra](/reference/kotlin/java/time/chrono/MinguoEra) | An era in the Minguo calendar system. |\n| [ThaiBuddhistEra](/reference/kotlin/java/time/chrono/ThaiBuddhistEra) | An era in the Thai Buddhist calendar system. |"]]