Java.Time.Chrono Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AbstractChronology |
An abstract implementation of a calendar system, used to organize and identify dates. |
ChronoLocalDate | |
ChronoLocalDateTime | |
Chronology | |
ChronoPeriod | |
ChronoZonedDateTime | |
HijrahEra |
An era in the Hijrah calendar system. |
IsoChronology |
The ISO calendar system. |
IsoEra |
An era in the ISO calendar system. |
JapaneseEra |
An era in the Japanese Imperial calendar system. |
MinguoEra |
An era in the Minguo calendar system. |
ThaiBuddhistEra |
An era in the Thai Buddhist calendar system. |
Interfaces
IChronoLocalDate |
A date without time-of-day or time-zone in an arbitrary chronology, intended for advanced globalization use cases. |
IChronoLocalDateTime |
A date-time without a time-zone in an arbitrary chronology, intended for advanced globalization use cases. |
IChronology |
A calendar system, used to organize and identify dates. |
IChronoPeriod |
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. |
IChronoZonedDateTime |
A date-time with a time-zone in an arbitrary chronology, intended for advanced globalization use cases. |
IEra |
An era of the time-line. |