Uses of Class
javax.time.calendar.Chronology
-
Packages that use Chronology Package Description javax.time.calendar Provides classes to manage the human time scale including date, time, date-time and time-zone representations.javax.time.calendar.format Provides classes to format dates and times as strings.javax.time.i18n Provides classes representing dates and times in alternate calendar systems. -
-
Uses of Chronology in javax.time.calendar
Subclasses of Chronology in javax.time.calendar Modifier and Type Class Description class
ISOChronology
The ISO-8601 calendar system, which follows the rules of the current de facto world calendar.Fields in javax.time.calendar declared as Chronology Modifier and Type Field Description private Chronology
CalendricalRule. chronology
The chronology of the rule, not null.Fields in javax.time.calendar with type parameters of type Chronology Modifier and Type Field Description private static CalendricalRule<Chronology>
Chronology.Rule. INSTANCE
Methods in javax.time.calendar that return Chronology Modifier and Type Method Description Chronology
CalendricalRule. getChronology()
Gets the chronology of the rule.Methods in javax.time.calendar that return types with arguments of type Chronology Modifier and Type Method Description static CalendricalRule<Chronology>
Chronology. rule()
Gets the rule forChronology
.Methods in javax.time.calendar with parameters of type Chronology Modifier and Type Method Description <R> R
CalendricalRule. deriveValueFor(CalendricalRule<R> rule, T value, Calendrical calendrical, Chronology chronology)
Derives the value of the specified rule from a calendrical.Constructors in javax.time.calendar with parameters of type Chronology Constructor Description CalendricalRule(java.lang.Class<T> reifiedClass, Chronology chronology, java.lang.String name, PeriodUnit periodUnit, PeriodUnit periodRange)
Constructor used to create a rule.DateTimeFieldRule(java.lang.Class<T> reifiedClass, Chronology chronology, java.lang.String name, PeriodUnit periodUnit, PeriodUnit periodRange, int minimumValue, int maximumValue)
Constructor.DateTimeFieldRule(java.lang.Class<T> reifiedClass, Chronology chronology, java.lang.String name, PeriodUnit periodUnit, PeriodUnit periodRange, int minimumValue, int maximumValue, boolean hasText)
Constructor. -
Uses of Chronology in javax.time.calendar.format
Fields in javax.time.calendar.format declared as Chronology Modifier and Type Field Description private Chronology
LocalizedPrinterParser. chronology
The chronology to get the pattern for, may be null.Methods in javax.time.calendar.format with parameters of type Chronology Modifier and Type Method Description DateTimeFormatterBuilder
DateTimeFormatterBuilder. appendLocalized(DateTimeFormatterBuilder.FormatStyle dateStyle, DateTimeFormatterBuilder.FormatStyle timeStyle, Chronology chronology)
Appends a localized date-time pattern to the formatter.abstract DateTimeFormatter
DateTimeFormatterProvider. getFormatter(DateTimeFormatterBuilder.FormatStyle dateStyle, DateTimeFormatterBuilder.FormatStyle timeStyle, java.util.Locale locale, Chronology chronology)
Gets a localized date, time or date-time format.DateTimeFormatter
DateTimeFormatterProviderImpl. getFormatter(DateTimeFormatterBuilder.FormatStyle dateStyle, DateTimeFormatterBuilder.FormatStyle timeStyle, java.util.Locale locale, Chronology chronology)
Gets a localized date, time or date-time format.Constructors in javax.time.calendar.format with parameters of type Chronology Constructor Description LocalizedPrinterParser(DateTimeFormatterBuilder.FormatStyle dateStyle, DateTimeFormatterBuilder.FormatStyle timeStyle, Chronology chronology)
Constructor. -
Uses of Chronology in javax.time.i18n
Subclasses of Chronology in javax.time.i18n Modifier and Type Class Description class
CopticChronology
The Coptic calendar system.class
HistoricChronology
The Historic calendar system.class
JulianChronology
The Julian calendar system.
-