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 classISOChronologyThe 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 ChronologyCalendricalRule. chronologyThe 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. INSTANCEMethods in javax.time.calendar that return Chronology Modifier and Type Method Description ChronologyCalendricalRule. 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> RCalendricalRule. 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 ChronologyLocalizedPrinterParser. chronologyThe 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 DateTimeFormatterBuilderDateTimeFormatterBuilder. appendLocalized(DateTimeFormatterBuilder.FormatStyle dateStyle, DateTimeFormatterBuilder.FormatStyle timeStyle, Chronology chronology)Appends a localized date-time pattern to the formatter.abstract DateTimeFormatterDateTimeFormatterProvider. getFormatter(DateTimeFormatterBuilder.FormatStyle dateStyle, DateTimeFormatterBuilder.FormatStyle timeStyle, java.util.Locale locale, Chronology chronology)Gets a localized date, time or date-time format.DateTimeFormatterDateTimeFormatterProviderImpl. 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 classCopticChronologyThe Coptic calendar system.classHistoricChronologyThe Historic calendar system.classJulianChronologyThe Julian calendar system.
-