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.Methods 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(Class<T> reifiedClass, Chronology chronology, String name, PeriodUnit periodUnit, PeriodUnit periodRange)Constructor used to create a rule.DateTimeFieldRule(Class<T> reifiedClass, Chronology chronology, String name, PeriodUnit periodUnit, PeriodUnit periodRange, int minimumValue, int maximumValue)Constructor.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
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, Locale locale, Chronology chronology)Gets a localized date, time or date-time format. -
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.
-