Uses of Interface
javax.time.calendar.Calendrical
-
Packages that use Calendrical 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 Calendrical in javax.time.calendar
Classes in javax.time.calendar that implement Calendrical Modifier and Type Class Description classAmPmOfDayA half-day before or after midday, with the values 'AM' and 'PM'.classCalendricalMergerStateful class used to merge calendrical information.classChronologyA calendar system, consisting of rules controlling the passage of human-scale time.classDateTimeFieldsA set of date-time fields.classDayOfWeekA day-of-week, such as 'Tuesday'.classISOChronologyThe ISO-8601 calendar system, which follows the rules of the current de facto world calendar.classLocalDateA date without a time-zone in the ISO-8601 calendar system, such as2007-12-03.classLocalDateTimeA date-time without a time-zone in the ISO-8601 calendar system, such as2007-12-03T10:15:30.classLocalTimeA time without time-zone in the ISO-8601 calendar system, such as10:15:30.classMonthDayA month-day in the ISO-8601 calendar system, such as--12-03.classMonthOfYearA month-of-year, such as 'July'.classOffsetDateA date with a zone offset from UTC in the ISO-8601 calendar system, such as2007-12-03+01:00.classOffsetDateTimeA date-time with a zone offset from UTC in the ISO-8601 calendar system, such as2007-12-03T10:15:30+01:00.classOffsetTimeA time with a zone offset from UTC in the ISO-8601 calendar system, such as10:15:30+01:00.classQuarterOfYearA quarter-of-year, such as 'Q2'.classTimeZoneA time-zone representing the set of rules by which the zone offset varies through the year and historically.(package private) static classTimeZone.FixedFixed time-zone.(package private) static classTimeZone.IDID based time-zone.classYearA year in the ISO-8601 calendar system, such as2007.classYearMonthA year-month in the ISO-8601 calendar system, such as2007-12.classZonedDateTimeA date-time with a time-zone in the ISO-8601 calendar system, such as2007-12-03T10:15:30+01:00 Europe/Paris.classZoneOffsetA time-zone offset from UTC, such as+02:00.Methods in javax.time.calendar that return Calendrical Modifier and Type Method Description CalendricalCalendricalMerger. merge()Merges the fields to extract the maximum possible date, time and offset information.Methods in javax.time.calendar with parameters of type Calendrical Modifier and Type Method Description intCalendricalRule. compare(Calendrical cal1, Calendrical cal2)Compares twoCalendricalimplementations based on the value of this rule extracted from each calendrical.protected TCalendricalRule. derive(Calendrical calendrical)Derives the value of this rule from a calendrical.protected AmPmOfDayISOChronology.AmPmOfDayRule. derive(Calendrical calendrical)protected DayOfWeekISOChronology.DayOfWeekRule. derive(Calendrical calendrical)protected java.lang.LongISOChronology.EpochDaysRule. derive(Calendrical calendrical)protected MonthOfYearISOChronology.MonthOfYearRule. derive(Calendrical calendrical)protected java.lang.LongISOChronology.NanoOfDayRule. derive(Calendrical calendrical)protected QuarterOfYearISOChronology.QuarterOfYearRule. derive(Calendrical calendrical)protected java.lang.IntegerISOChronology.Rule. derive(Calendrical calendrical)protected LocalDateLocalDate.Rule. derive(Calendrical calendrical)protected LocalDateTimeLocalDateTime.Rule. derive(Calendrical calendrical)protected LocalTimeLocalTime.Rule. derive(Calendrical calendrical)protected MonthDayMonthDay.Rule. derive(Calendrical calendrical)protected OffsetDateOffsetDate.Rule. derive(Calendrical calendrical)protected OffsetDateTimeOffsetDateTime.Rule. derive(Calendrical calendrical)protected OffsetTimeOffsetTime.Rule. derive(Calendrical calendrical)protected TimeZoneTimeZone.Rule. derive(Calendrical calendrical)protected YearMonthYearMonth.Rule. derive(Calendrical calendrical)protected ZoneOffsetZoneOffset.Rule. derive(Calendrical calendrical)<R> RCalendricalRule. deriveValueFor(CalendricalRule<R> rule, T value, Calendrical calendrical, Chronology chronology)Derives the value of the specified rule from a calendrical.TCalendricalRule. deriveValueFrom(Calendrical calendrical)Derives the value of this rule from a calendrical.intDateTimeFieldRule. getInt(Calendrical calendrical)Gets theintvalue of this field from the specified calendrical throwing an exception if the value cannot be returned.java.lang.IntegerDateTimeFieldRule. getInteger(Calendrical calendrical)Gets theIntegervalue of this field from the specified calendrical returningnullif the value cannot be returned.intDateTimeFieldRule. getMaximumValue(Calendrical calendrical)Gets the minimum value that the field can take using the specified calendrical information to refine the accuracy of the response.intISOChronology.Rule. getMaximumValue(Calendrical calendrical)intDateTimeFieldRule. getMinimumValue(Calendrical calendrical)Gets the minimum value that the field can take using the specified calendrical information to refine the accuracy of the response.TCalendricalRule. getValue(Calendrical calendrical)Gets the value of this rule from the specified calendrical returningnullif the value cannot be returned.TCalendricalRule. getValueChecked(Calendrical calendrical)Gets the value of the rule from the specified calendrical throwing an exception if the rule cannot be returned.booleanCalendricalMatcher. matchesCalendrical(Calendrical calendrical)Checks if the input calendrical matches the rules of the implementation.booleanCalendricalMatchers.DayOfWeekInMonth. matchesCalendrical(Calendrical calendrical)Checks if the input calendrical matches the rules of the implementation.booleanDateTimeFields. matchesCalendrical(Calendrical calendrical)Checks if the fields in this object match those in the specified calendrical.booleanLocalDate. matchesCalendrical(Calendrical calendrical)Checks if the date extracted from the calendrical matches this date.booleanLocalDateTime. matchesCalendrical(Calendrical calendrical)Checks if the date-time extracted from the calendrical matches this.booleanLocalTime. matchesCalendrical(Calendrical calendrical)Checks if the time extracted from the calendrical matches this.booleanMonthDay. matchesCalendrical(Calendrical calendrical)Checks if the month-day extracted from the calendrical matches this.booleanOffsetDate. matchesCalendrical(Calendrical calendrical)Checks if the date extracted from the calendrical matches this date.booleanOffsetDateTime. matchesCalendrical(Calendrical calendrical)Checks if the date-time extracted from the calendrical matches this.booleanOffsetTime. matchesCalendrical(Calendrical calendrical)Checks if the time extracted from the calendrical matches this.booleanYear. matchesCalendrical(Calendrical calendrical)Checks if the year extracted from the calendrical matches this.booleanYearMonth. matchesCalendrical(Calendrical calendrical)Checks if the year-month extracted from the calendrical matches this.booleanZonedDateTime. matchesCalendrical(Calendrical calendrical)Checks if the date-time extracted from the calendrical matches this.static MonthDayMonthDay. of(Calendrical calendrical)Obtains an instance ofMonthDayfrom a Calendrical.static YearYear. of(Calendrical calendrical)Obtains an instance ofYearfrom a calendrical.static YearMonthYearMonth. of(Calendrical calendrical)Obtains an instance ofYearMonthfrom a Calendrical. -
Uses of Calendrical in javax.time.calendar.format
Methods in javax.time.calendar.format with parameters of type Calendrical Modifier and Type Method Description (package private) intNumberPrinterParser. getValue(Calendrical calendrical)Gets the value to output.(package private) intReducedPrinterParser. getValue(Calendrical calendrical)Gets the value to output.booleanCaseSensitivePrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanCharLiteralPrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanCompositePrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanDateTimePrinter. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanFractionPrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanLocalizedPrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanNumberPrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanPadPrinterParserDecorator. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanStrictLenientPrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanStringLiteralPrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanTextPrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanZoneOffsetPrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.booleanZonePrinterParser. isPrintDataAvailable(Calendrical calendrical)Checks if the calendrical contains the data necessary to be printed.voidCaseSensitivePrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidCharLiteralPrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidCompositePrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.java.lang.StringDateTimeFormatter. print(Calendrical calendrical)Prints the calendrical using this formatter.voidDateTimeFormatter. print(Calendrical calendrical, java.lang.Appendable appendable)Prints the calendrical to an Appendable using this formatter.voidDateTimePrinter. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidFractionPrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidLocalizedPrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidNumberPrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidPadPrinterParserDecorator. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidStrictLenientPrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidStringLiteralPrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidTextPrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidZoneOffsetPrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable.voidZonePrinterParser. print(Calendrical calendrical, java.lang.Appendable appendable, DateTimeFormatSymbols symbols)Prints the calendrical object to the appendable. -
Uses of Calendrical in javax.time.i18n
Classes in javax.time.i18n that implement Calendrical Modifier and Type Class Description classCopticChronologyThe Coptic calendar system.classCopticDateA date in the Coptic calendar system.classHistoricChronologyThe Historic calendar system.classHistoricDateA date in the Historic calendar system.classHistoricEraAn era in the historic calendar system, with the values 'BCE' and 'CE'.classJulianChronologyThe Julian calendar system.Methods in javax.time.i18n with parameters of type Calendrical Modifier and Type Method Description protected java.lang.IntegerCopticChronology.DayOfMonthRule. derive(Calendrical calendrical)protected DayOfWeekCopticChronology.DayOfWeekRule. derive(Calendrical calendrical)protected java.lang.IntegerCopticChronology.DayOfYearRule. derive(Calendrical calendrical)protected java.lang.IntegerCopticChronology.MonthOfYearRule. derive(Calendrical calendrical)protected java.lang.IntegerCopticChronology.YearRule. derive(Calendrical calendrical)protected CopticDateCopticDate.Rule. derive(Calendrical calendrical)protected java.lang.IntegerHistoricChronology.DayOfMonthRule. derive(Calendrical calendrical)protected DayOfWeekHistoricChronology.DayOfWeekRule. derive(Calendrical calendrical)protected java.lang.IntegerHistoricChronology.DayOfYearRule. derive(Calendrical calendrical)protected HistoricEraHistoricChronology.EraRule. derive(Calendrical calendrical)protected MonthOfYearHistoricChronology.MonthOfYearRule. derive(Calendrical calendrical)protected java.lang.IntegerHistoricChronology.YearRule. derive(Calendrical calendrical)protected HistoricDateHistoricDate.Rule. derive(Calendrical calendrical)intCopticChronology.DayOfMonthRule. getMaximumValue(Calendrical calendrical)intCopticChronology.DayOfYearRule. getMaximumValue(Calendrical calendrical)intHistoricChronology.DayOfMonthRule. getMaximumValue(Calendrical calendrical)intHistoricChronology.DayOfYearRule. getMaximumValue(Calendrical calendrical)static CopticDateCopticDate. of(Calendrical calendrical)Obtains an instance ofCopticDatefrom a calendrical.static HistoricDateHistoricDate. of(Calendrical calendrical)Obtains an instance ofHistoricDatefrom a calendrical.
-