Uses of Class
javax.time.calendar.Chronology
Packages that use Chronology
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
Provides classes to format dates and times as strings.
Provides classes representing dates and times in alternate calendar systems.
-
Uses of Chronology in javax.time.calendar
Subclasses of Chronology in javax.time.calendarModifier and TypeClassDescriptionfinal class
The ISO-8601 calendar system, which follows the rules of the current de facto world calendar.Fields in javax.time.calendar declared as ChronologyModifier and TypeFieldDescriptionprivate final Chronology
CalendricalRule.chronology
The chronology of the rule, not null.Fields in javax.time.calendar with type parameters of type ChronologyModifier and TypeFieldDescriptionprivate static final CalendricalRule<Chronology>
Chronology.Rule.INSTANCE
Methods in javax.time.calendar that return ChronologyModifier and TypeMethodDescriptionfinal Chronology
CalendricalRule.getChronology()
Gets the chronology of the rule.Methods in javax.time.calendar that return types with arguments of type ChronologyModifier and TypeMethodDescriptionstatic CalendricalRule<Chronology>
Chronology.rule()
Gets the rule forChronology
.Methods in javax.time.calendar with parameters of type ChronologyModifier and TypeMethodDescriptionfinal <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 ChronologyModifierConstructorDescriptionprotected
CalendricalRule
(Class<T> reifiedClass, Chronology chronology, String name, PeriodUnit periodUnit, PeriodUnit periodRange) Constructor used to create a rule.protected
DateTimeFieldRule
(Class<T> reifiedClass, Chronology chronology, String name, PeriodUnit periodUnit, PeriodUnit periodRange, int minimumValue, int maximumValue) Constructor.protected
DateTimeFieldRule
(Class<T> reifiedClass, Chronology chronology, 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 ChronologyModifier and TypeFieldDescriptionprivate final Chronology
LocalizedPrinterParser.chronology
The chronology to get the pattern for, may be null.Methods in javax.time.calendar.format with parameters of type ChronologyModifier and TypeMethodDescriptionDateTimeFormatterBuilder.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, Locale locale, Chronology chronology) Gets a localized date, time or date-time format.DateTimeFormatterProviderImpl.getFormatter
(DateTimeFormatterBuilder.FormatStyle dateStyle, DateTimeFormatterBuilder.FormatStyle timeStyle, Locale locale, Chronology chronology) Gets a localized date, time or date-time format.Constructors in javax.time.calendar.format with parameters of type ChronologyModifierConstructorDescription(package private)
LocalizedPrinterParser
(DateTimeFormatterBuilder.FormatStyle dateStyle, DateTimeFormatterBuilder.FormatStyle timeStyle, Chronology chronology) Constructor. -
Uses of Chronology in javax.time.i18n
Subclasses of Chronology in javax.time.i18nModifier and TypeClassDescriptionfinal class
The Coptic calendar system.final class
The Historic calendar system.final class
The Julian calendar system.