- abs() - Method in class javax.time.calendar.PeriodField
-
Returns a copy of this period with a positive amount.
- abs() - Method in class javax.time.Duration
-
Returns a copy of this duration with a positive length.
- addRuleToWindow(LocalDateTime, ZoneRulesBuilder.TimeDefinition, Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
-
Adds a single transition rule to the current window.
- addRuleToWindow(int, MonthOfYear, int, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
-
Adds a single transition rule to the current window.
- addRuleToWindow(int, int, MonthOfYear, int, DayOfWeek, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
-
Adds a multi-year transition rule to the current window.
- addToOverflow(Period) - Method in class javax.time.calendar.CalendricalMerger
-
Gets the overflow that results from the merge.
- addWindow(ZoneOffset, LocalDateTime, ZoneRulesBuilder.TimeDefinition) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
-
Adds a window to the builder that can be used to filter a set of rules.
- addWindowForever(ZoneOffset) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
-
Adds a window that applies until the end of time to the builder that can be
used to filter a set of rules.
- adjustDate(LocalDate) - Method in interface javax.time.calendar.DateAdjuster
-
Adjusts the input date returning the adjusted date.
- adjustDate(LocalDate) - Method in class javax.time.calendar.LocalDate
-
Adjusts a date to have the value of this date.
- adjustDate(LocalDate) - Method in class javax.time.calendar.LocalDateTime
-
Adjusts a date to have the value of the date part of this object.
- adjustDate(LocalDate) - Method in class javax.time.calendar.MonthDay
-
Adjusts a date to have the value of this month-day, returning a new date.
- adjustDate(LocalDate, DateResolver) - Method in class javax.time.calendar.MonthDay
-
Adjusts a date to have the value of this month-day, using a resolver to
handle the case when the day-of-month becomes invalid.
- adjustDate(LocalDate) - Method in class javax.time.calendar.OffsetDate
-
Adjusts a date to have the value of the date part of this object.
- adjustDate(LocalDate) - Method in class javax.time.calendar.OffsetDateTime
-
Adjusts a date to have the value of the date part of this object.
- adjustDate(LocalDate) - Method in class javax.time.calendar.Year
-
Adjusts a date to have the value of this year, returning a new date.
- adjustDate(LocalDate, DateResolver) - Method in class javax.time.calendar.Year
-
Adjusts a date to have the value of this year, using a resolver to
handle the case when the day-of-month becomes invalid.
- adjustDate(LocalDate) - Method in class javax.time.calendar.YearMonth
-
Adjusts a date to have the value of this year-month, returning a new date.
- adjustDate(LocalDate, DateResolver) - Method in class javax.time.calendar.YearMonth
-
Adjusts a date to have the value of this year-month, using a resolver to
handle the case when the day-of-month becomes invalid.
- adjustTime(LocalTime) - Method in class javax.time.calendar.LocalDateTime
-
Adjusts a time to have the value of the time part of this object.
- adjustTime(LocalTime) - Method in class javax.time.calendar.LocalTime
-
Adjusts a time to have the value of this time.
- adjustTime(LocalTime) - Method in class javax.time.calendar.OffsetDateTime
-
Adjusts a time to have the value of the time part of this object.
- adjustTime(LocalTime) - Method in class javax.time.calendar.OffsetTime
-
Adjusts a time to have the value of the time part of this object.
- adjustTime(LocalTime) - Method in interface javax.time.calendar.TimeAdjuster
-
Adjusts the input time returning the adjusted time.
- AmPmOfDay - Enum in javax.time.calendar
-
A half-day before or after midday, with the values 'AM' and 'PM'.
- amPmOfDayRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the AM/PM of day field.
- append(DateTimePrinter, DateTimeParser) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends a printer and/or parser to the formatter.
- append(DateTimeFormatter) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends all the elements of a formatter to the builder.
- appendFraction(DateTimeFieldRule<?>, int, int) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the fractional value of a date-time field to the formatter.
- appendLiteral(char) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends a character literal to the formatter.
- appendLiteral(String) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends a string literal to the formatter.
- appendLocalized(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends a localized date-time pattern to the formatter.
- appendLocalized(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle, Chronology) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends a localized date-time pattern to the formatter.
- appendOffset(String, boolean, boolean) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOffsetId() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOptional(DateTimeFormatter) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends a formatter to the builder which will optionally print/parse.
- appendPattern(String) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the elements defined by the specified pattern to the builder.
- appendText(DateTimeFieldRule<?>) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter using the full
text style.
- appendText(DateTimeFieldRule<?>, DateTimeFormatterBuilder.TextStyle) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the text of a date-time field to the formatter.
- appendValue(DateTimeFieldRule<?>) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter using a normal
output style.
- appendValue(DateTimeFieldRule<?>, int) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter using a fixed
width, zero-padded approach.
- appendValue(DateTimeFieldRule<?>, int, int, DateTimeFormatterBuilder.SignStyle) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the value of a date-time field to the formatter providing full
control over printing.
- appendValueReduced(DateTimeFieldRule<?>, int, int) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the reduced value of a date-time field to the formatter.
- appendZoneId() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the time-zone rule id, such as 'Europe/Paris', to the formatter.
- appendZoneText(DateTimeFormatterBuilder.TextStyle) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Appends the time-zone rule name, such as 'British Summer Time', to the formatter.
- atDay(int) - Method in class javax.time.calendar.Year
-
Returns a date formed from this year at the specified day-of-year.
- atDay(int) - Method in class javax.time.calendar.YearMonth
-
Returns a date formed from this year-month at the specified day-of-month.
- atMidnight() - Method in class javax.time.calendar.LocalDate
-
Returns a local date-time formed from this date at the time of midnight.
- atMidnight() - Method in class javax.time.calendar.OffsetDate
-
Returns an offset date-time formed from this date at the time of midnight.
- atMonth(MonthOfYear) - Method in class javax.time.calendar.Year
-
Returns a year-month formed from this year at the specified month.
- atMonth(int) - Method in class javax.time.calendar.Year
-
Returns a year-month formed from this year at the specified month.
- atMonthDay(MonthDay) - Method in class javax.time.calendar.Year
-
Returns a date formed from this year at the specified month-day.
- atOffset(ZoneOffset) - Method in class javax.time.calendar.LocalDate
-
Returns an offset date formed from this time and the specified offset.
- atOffset(ZoneOffset) - Method in class javax.time.calendar.LocalDateTime
-
Returns an offset date-time formed from this date-time and the specified offset.
- atOffset(ZoneOffset) - Method in class javax.time.calendar.LocalTime
-
Returns an offset time formed from this time and the specified offset.
- atStartOfDayInZone(TimeZone) - Method in class javax.time.calendar.LocalDate
-
Returns a zoned date-time from this date at the earliest valid time according
to the rules in the time-zone.
- atStartOfDayInZone(TimeZone) - Method in class javax.time.calendar.OffsetDate
-
Returns a zoned date-time from this date at the earliest valid time according
to the rules in the time-zone ignoring the current offset.
- atTime(OffsetTime) - Method in class javax.time.calendar.LocalDate
-
Returns a local date-time formed from this date at the specified offset time.
- atTime(LocalTime) - Method in class javax.time.calendar.LocalDate
-
Returns a local date-time formed from this date at the specified time.
- atTime(int, int) - Method in class javax.time.calendar.LocalDate
-
Returns a local date-time formed from this date at the specified time.
- atTime(int, int, int) - Method in class javax.time.calendar.LocalDate
-
Returns a local date-time formed from this date at the specified time.
- atTime(int, int, int, int) - Method in class javax.time.calendar.LocalDate
-
Returns a local date-time formed from this date at the specified time.
- atTime(OffsetTime) - Method in class javax.time.calendar.OffsetDate
-
Returns an offset date-time formed from this date at the specified time.
- atTime(LocalTime) - Method in class javax.time.calendar.OffsetDate
-
Returns an offset date-time formed from this date at the specified time.
- atTime(int, int) - Method in class javax.time.calendar.OffsetDate
-
Returns an offset date-time formed from this date at the specified time.
- atTime(int, int, int) - Method in class javax.time.calendar.OffsetDate
-
Returns an offset date-time formed from this date at the specified time.
- atTime(int, int, int, int) - Method in class javax.time.calendar.OffsetDate
-
Returns an offset date-time formed from this date at the specified time.
- atYear(int) - Method in class javax.time.calendar.MonthDay
-
Returns a date formed from this month-day at the specified year.
- atZone(TimeZone) - Method in class javax.time.calendar.LocalDateTime
-
Returns a zoned date-time formed from this date-time and the specified time-zone.
- atZone(TimeZone, ZoneResolver) - Method in class javax.time.calendar.LocalDateTime
-
Returns a zoned date-time formed from this date-time and the specified time-zone
taking control of what occurs in time-line gaps and overlaps.
- atZoneSameInstant(TimeZone) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a zoned date-time formed from the instant represented by this
date-time and the specified time-zone.
- atZoneSimilarLocal(TimeZone) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a zoned date-time formed from this date-time and the specified time-zone.
- atZoneSimilarLocal(TimeZone, ZoneResolver) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a zoned date-time formed from this date-time and the specified time-zone
taking control of what occurs in time-line gaps and overlaps.
- CalendarConversionException - Exception in javax.time.calendar
-
An exception used when conversion of a calendrical date-time object fails.
- CalendarConversionException(String) - Constructor for exception javax.time.calendar.CalendarConversionException
-
Constructs a new conversion exception with the specified message.
- Calendrical - Interface in javax.time.calendar
-
Provides access in a uniform way to calendrical values.
- CalendricalContext - Class in javax.time.calendar
-
Context for aspects of date-time calculations that frequently change.
- CalendricalContext(boolean, boolean) - Constructor for class javax.time.calendar.CalendricalContext
-
Constructs an instance that can merge the specified calendrical.
- CalendricalException - Exception in javax.time
-
The base class for all exceptions in the Time Framework for Java.
- CalendricalException(String) - Constructor for exception javax.time.CalendricalException
-
Constructs a new conversion exception with the specified message.
- CalendricalException(String, Throwable) - Constructor for exception javax.time.CalendricalException
-
Constructs a new conversion exception with the specified message and cause.
- CalendricalMatcher - Interface in javax.time.calendar
-
Strategy for matching against a calendrical.
- CalendricalMatchers - Class in javax.time.calendar
-
Provides common implementations of CalendricalMatcher
.
- CalendricalMerger - Class in javax.time.calendar
-
Stateful class used to merge calendrical information.
- CalendricalMerger(CalendricalContext) - Constructor for class javax.time.calendar.CalendricalMerger
-
Constructor.
- CalendricalMerger(CalendricalContext, Map<CalendricalRule<?>, Object>) - Constructor for class javax.time.calendar.CalendricalMerger
-
Constructor.
- CalendricalParseException - Exception in javax.time.calendar.format
-
An exception thrown when an error occurs during parsing.
- CalendricalParseException(String, String, int) - Constructor for exception javax.time.calendar.format.CalendricalParseException
-
Constructs a new exception with the specified message.
- CalendricalParseException(String, String, int, Throwable) - Constructor for exception javax.time.calendar.format.CalendricalParseException
-
Constructs a new exception with the specified message and cause.
- CalendricalPrintException - Exception in javax.time.calendar.format
-
An exception thrown when an error occurs during printing.
- CalendricalPrintException(String) - Constructor for exception javax.time.calendar.format.CalendricalPrintException
-
Constructs a new exception with the specified message.
- CalendricalPrintException(String, Throwable) - Constructor for exception javax.time.calendar.format.CalendricalPrintException
-
Constructs a new exception with the specified message and cause.
- CalendricalPrintFieldException - Exception in javax.time.calendar.format
-
An exception thrown when an error occurs during printing due to a specific rule.
- CalendricalPrintFieldException(UnsupportedRuleException) - Constructor for exception javax.time.calendar.format.CalendricalPrintFieldException
-
Constructs a new exception wrapping the unsupported field exception.
- CalendricalPrintFieldException(DateTimeFieldRule<?>, int) - Constructor for exception javax.time.calendar.format.CalendricalPrintFieldException
-
Constructs a new exception creating a standard error message for
unable to print a negative value.
- CalendricalPrintFieldException(DateTimeFieldRule<?>, int, int) - Constructor for exception javax.time.calendar.format.CalendricalPrintFieldException
-
Constructs a new exception creating a standard error message for
exceeding padding width.
- CalendricalPrintFieldException(String, DateTimeFieldRule<?>, int) - Constructor for exception javax.time.calendar.format.CalendricalPrintFieldException
-
Constructs a new exception using the specified message.
- CalendricalRule<T> - Class in javax.time.calendar
-
A rule defining how a single well-defined calendrical element operates.
- CalendricalRule(Class<T>, Chronology, String, PeriodUnit, PeriodUnit) - Constructor for class javax.time.calendar.CalendricalRule
-
Constructor used to create a rule.
- CalendricalRuleException - Exception in javax.time.calendar
-
An exception used when an exception is connected to a specified rule.
- CalendricalRuleException(String, CalendricalRule<?>) - Constructor for exception javax.time.calendar.CalendricalRuleException
-
Constructs a new exception with a message and optional rule.
- checkValue(int) - Method in class javax.time.calendar.DateTimeFieldRule
-
Checks if the value is invalid and throws an exception if it is.
- checkValue(long) - Method in class javax.time.calendar.DateTimeFieldRule
-
Checks if the value is invalid and throws an exception if it is.
- Chronology - Class in javax.time.calendar
-
A calendar system, consisting of rules controlling the passage of human-scale time.
- Chronology() - Constructor for class javax.time.calendar.Chronology
-
Restrictive constructor.
- Clock - Class in javax.time.calendar
-
A clock providing access to the current date and time.
- Clock() - Constructor for class javax.time.calendar.Clock
-
Constructor accessible by subclasses.
- clock(TimeSource, TimeZone) - Static method in class javax.time.calendar.Clock
-
Gets a clock that obtains the current date and time using the specified
time-source and time-zone.
- clockDefaultZone(TimeSource) - Static method in class javax.time.calendar.Clock
-
Gets a clock that obtains the current date and time using the specified
time-source and default time-zone.
- clockHourOfAmPmRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the clock hour of AM/PM field from 1 to 12.
- clockHourOfDayRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the clock hour of AM/PM field from 1 to 24.
- combination(ZoneResolver, ZoneResolver) - Static method in class javax.time.calendar.ZoneResolvers
-
Creates a combined resolver, using two different strategies for gap and overlap.
- compare(Calendrical, Calendrical) - Method in class javax.time.calendar.CalendricalRule
-
Compares two Calendrical
implementations based on the value
of this rule extracted from each calendrical.
- compareTo(CalendricalRule<?>) - Method in class javax.time.calendar.CalendricalRule
-
Compares this CalendricalRule
to another.
- compareTo(LocalDate) - Method in class javax.time.calendar.LocalDate
-
Compares this LocalDate
to another date.
- compareTo(LocalDateTime) - Method in class javax.time.calendar.LocalDateTime
-
Compares this LocalDateTime
to another date-time.
- compareTo(LocalTime) - Method in class javax.time.calendar.LocalTime
-
Compares this LocalTime
to another time.
- compareTo(MonthDay) - Method in class javax.time.calendar.MonthDay
-
Compares this month-day to another month-day.
- compareTo(OffsetDate) - Method in class javax.time.calendar.OffsetDate
-
Compares this OffsetDate
to another date based on the UTC equivalent
dates then local date.
- compareTo(OffsetDateTime) - Method in class javax.time.calendar.OffsetDateTime
-
Compares this OffsetDateTime
to another date-time.
- compareTo(OffsetTime) - Method in class javax.time.calendar.OffsetTime
-
Compares this OffsetTime
to another time based on the UTC equivalent times
then local time.
- compareTo(PeriodField) - Method in class javax.time.calendar.PeriodField
-
Compares this period to the specified period.
- compareTo(PeriodUnit) - Method in class javax.time.calendar.PeriodUnit
-
Compares this unit to another.
- compareTo(Year) - Method in class javax.time.calendar.Year
-
Compares this year to another year.
- compareTo(YearMonth) - Method in class javax.time.calendar.YearMonth
-
Compares this year-month to another year-month.
- compareTo(ZoneOffsetTransition) - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Compares this transition to another based on the transition instant.
- compareTo(ZonedDateTime) - Method in class javax.time.calendar.ZonedDateTime
-
Compares this ZonedDateTime
to another date-time based on the UTC
equivalent date-times then time-zone unique key.
- compareTo(ZoneOffset) - Method in class javax.time.calendar.ZoneOffset
-
Compares this offset to another offset in descending order.
- compareTo(Duration) - Method in class javax.time.Duration
-
Compares this duration to the specified Duration
.
- compareTo(CopticDate) - Method in class javax.time.i18n.CopticDate
-
Compares this date to another date.
- compareTo(HistoricDate) - Method in class javax.time.i18n.HistoricDate
-
Compares this date to the specified date.
- compareTo(Instant) - Method in class javax.time.Instant
-
Compares this instant to the specified instant.
- compareTo(TAIInstant) - Method in class javax.time.TAIInstant
-
Compares this instant to another based on the time-line.
- compareTo(UTCInstant) - Method in class javax.time.UTCInstant
-
Compares this instant to another based on the time-line, then the name
of the rules.
- compile() - Method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
-
Compile the rules file.
- contains(DateTimeFieldRule<?>) - Method in class javax.time.calendar.DateTimeFields
-
Checks if this object contains a mapping for the specified field.
- contains(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
-
Checks whether this period contains an amount for the unit.
- convertFractionToInt(BigDecimal) - Method in class javax.time.calendar.DateTimeFieldRule
-
Converts a fraction from 0 to 1 for this field to a value.
- convertIntToFraction(int) - Method in class javax.time.calendar.DateTimeFieldRule
-
Converts a value for this field to a fraction between 0 and 1.
- convertIntToValue(int) - Method in class javax.time.calendar.DateTimeFieldRule
-
Converts the int
to a typed value of the rule.
- convertToDigit(char) - Method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Checks whether the character is a digit, based on the currently set zero character.
- convertToInstant(UTCInstant) - Method in class javax.time.UTCRules
-
Converts a UTCInstant
to an Instant
.
- convertToTAI(UTCInstant) - Method in class javax.time.UTCRules
-
Converts a UTCInstant
to a TAIInstant
.
- convertToUTC(TAIInstant) - Method in class javax.time.UTCRules
-
Converts a TAIInstant
to a UTCInstant
.
- convertToUTC(Instant) - Method in class javax.time.UTCRules
-
Converts an Instant
to a UTCInstant
.
- convertValueToInt(T) - Method in class javax.time.calendar.DateTimeFieldRule
-
Converts the typed value of the rule to the int
equivalent.
- CopticChronology - Class in javax.time.i18n
-
The Coptic calendar system.
- CopticDate - Class in javax.time.i18n
-
A date in the Coptic calendar system.
- createDateTime(LocalDateTime, ZoneOffset, ZoneOffset) - Method in enum javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
-
Creates the offset date-time from the specified local date-time.
- createTextStores(EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore>, Locale) - Method in class javax.time.calendar.DateTimeFieldRule
-
Creates the text store for each style for the specified locale.
- createTransition(int) - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Creates a transition instance for the specified year.
- cutoverAt(LocalDate) - Static method in class javax.time.i18n.HistoricChronology
-
Obtains an instance of HistoricChronology
specifying the
cutover date when the Gregorian/ISO calendar system was first used.
- get(CalendricalRule<T>) - Method in enum javax.time.calendar.AmPmOfDay
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in interface javax.time.calendar.Calendrical
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.CalendricalMerger
-
Gets the value of the specified calendrical rule from the merged result.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.Chronology
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.DateTimeFields
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in enum javax.time.calendar.DayOfWeek
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.LocalDate
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.LocalDateTime
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.LocalTime
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.MonthDay
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in enum javax.time.calendar.MonthOfYear
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.OffsetDate
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.OffsetDateTime
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.OffsetTime
-
Gets the value of the specified calendrical rule.
- get(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
-
Gets the period for the specified unit.
- get(CalendricalRule<T>) - Method in enum javax.time.calendar.QuarterOfYear
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.TimeZone
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.Year
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.YearMonth
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.ZonedDateTime
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.calendar.ZoneOffset
-
Gets the value of the specified calendrical rule.
- get(TimeUnit) - Method in class javax.time.Duration
-
Gets the duration in terms of the specified unit.
- get(CalendricalRule<T>) - Method in class javax.time.i18n.CopticDate
-
Gets the value of the specified calendrical rule.
- get(CalendricalRule<T>) - Method in class javax.time.i18n.HistoricDate
-
Gets the value of the specified calendar field.
- get(CalendricalRule<T>) - Method in enum javax.time.i18n.HistoricEra
-
Gets the value of the specified calendrical rule.
- getAmount() - Method in class javax.time.calendar.PeriodField
-
Gets the amount of this period.
- getAmount(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
-
Gets the amount of this period for the specified unit.
- getAmountInt() - Method in class javax.time.calendar.PeriodField
-
Gets the amount of this period, converted to an int
.
- getAmountInt(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
-
Gets the amount of this period for the specified unit converted
to an int
.
- getAmountSeconds() - Method in class javax.time.calendar.ZoneOffset
-
Gets the total zone offset in seconds.
- getApplicableRules() - Method in class javax.time.calendar.ZonedDateTime
-
Calculates the zone rules applicable for this date-time.
- getApplicableZone() - Method in class javax.time.calendar.ZonedDateTime
-
Calculates the applicable versioned time-zone, such as 'Europe/Paris#2009b'.
- getAvailableGroups() - Static method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets the set of available zone rule groups.
- getAvailableLocales() - Static method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Returns an array of all locales for which the getInstance
methods of this class can return localized instances.
- getAvailableVersionIDs() - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets the set of available versions for this group.
- getBaseUnit() - Method in class javax.time.calendar.PeriodUnit
-
Gets the base unit of this unit.
- getChronology() - Method in class javax.time.calendar.CalendricalRule
-
Gets the chronology of the rule.
- getChronology() - Method in class javax.time.calendar.LocalDate
-
Gets the chronology that this date uses, which is the ISO calendar system.
- getChronology() - Method in class javax.time.calendar.LocalDateTime
-
Gets the chronology that this date-time uses, which is the ISO calendar system.
- getChronology() - Method in class javax.time.calendar.LocalTime
-
Gets the chronology that this time uses, which is the ISO calendar system.
- getChronology() - Method in class javax.time.calendar.MonthDay
-
Gets the chronology that this month-day uses, which is the ISO calendar system.
- getChronology() - Method in class javax.time.calendar.OffsetDate
-
Gets the chronology that this date uses, which is the ISO calendar system.
- getChronology() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the chronology that this date-time uses, which is the ISO calendar system.
- getChronology() - Method in class javax.time.calendar.OffsetTime
-
Gets the chronology that this time uses, which is the ISO calendar system.
- getChronology() - Method in class javax.time.calendar.YearMonth
-
Gets the chronology that this year-month uses, which is the ISO calendar system.
- getChronology() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the chronology that this date-time uses, which is the ISO calendar system.
- getChronology() - Method in class javax.time.i18n.CopticDate
-
Gets the chronology that this date uses, which is the Coptic calendar system.
- getChronology() - Method in class javax.time.i18n.HistoricDate
-
Gets the chronology that this date uses, which is the historic calendar system.
- getContext() - Method in class javax.time.calendar.CalendricalMerger
-
Gets the calendrical context in use for the merge.
- getCutover() - Method in class javax.time.i18n.HistoricChronology
-
Gets the cutover date of the chronology.
- getDateResolver() - Method in class javax.time.calendar.CalendricalContext
-
Gets the date resolver to use.
- getDateTimeAfter() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Gets the transition date-time expressed with the 'after' offset.
- getDateTimeBefore() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Gets the transition instant date-time expressed with the 'before' offset.
- getDaylightSavings(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
-
Gets the amount of daylight savings in use for the specified instant in this zone.
- getDayOfMonth() - Method in class javax.time.calendar.LocalDate
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class javax.time.calendar.LocalDateTime
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class javax.time.calendar.MonthDay
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class javax.time.calendar.OffsetDate
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class javax.time.i18n.CopticDate
-
Gets the Coptic day-of-month field.
- getDayOfMonth() - Method in class javax.time.i18n.HistoricDate
-
Gets the historic day-of-month value.
- getDayOfMonthIndicator() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Gets the indicator of the day-of-month of the transition.
- getDayOfWeek() - Method in class javax.time.calendar.LocalDate
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class javax.time.calendar.LocalDateTime
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class javax.time.calendar.OffsetDate
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Gets the day-of-week of the transition.
- getDayOfWeek() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class javax.time.i18n.CopticDate
-
Gets the day-of-week field, which is an enum DayOfWeek
.
- getDayOfWeek() - Method in class javax.time.i18n.HistoricDate
-
Gets the historic day-of-week.
- getDayOfYear() - Method in class javax.time.calendar.LocalDate
-
Gets the day-of-year field.
- getDayOfYear() - Method in class javax.time.calendar.LocalDateTime
-
Gets the day-of-year field.
- getDayOfYear() - Method in class javax.time.calendar.OffsetDate
-
Gets the day-of-year field.
- getDayOfYear() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the day-of-year field.
- getDayOfYear() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the day-of-year field.
- getDayOfYear() - Method in class javax.time.i18n.CopticDate
-
Gets the Coptic day-of-year field.
- getDayOfYear() - Method in class javax.time.i18n.HistoricDate
-
Gets the historic day-of-year value.
- getDays() - Method in class javax.time.calendar.Period
-
Gets the amount of days of this period, if any.
- getDecimalPointChar() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Gets the character that represents the decimal point.
- getDigitChar(int) - Method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Gets the character that represents the specified digit.
- getEpochSeconds() - Method in class javax.time.Instant
-
Gets the number of seconds from the Java epoch of 1970-01-01T00:00:00Z.
- getEquivalentPeriod(PeriodUnit) - Method in class javax.time.calendar.PeriodUnit
-
Gets the period in the specified unit that is equivalent to this unit.
- getEquivalentPeriods() - Method in class javax.time.calendar.PeriodUnit
-
Gets the periods that are equivalent to this unit.
- getEra() - Method in class javax.time.i18n.HistoricDate
-
Gets the historic era.
- getErrorIndex() - Method in exception javax.time.calendar.format.CalendricalParseException
-
Returns the index where the error was found.
- getEstimatedDuration() - Method in class javax.time.calendar.PeriodUnit
-
Gets an estimate of the duration of the unit in seconds.
- getEstimatedOffset() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
-
Gets an estimated offset for the local date-time.
- getFirstMonthOfQuarter() - Method in enum javax.time.calendar.QuarterOfYear
-
Gets the first of the three months that this quarter refers to.
- getFormatter(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle, Locale, Chronology) - Method in class javax.time.calendar.format.DateTimeFormatterProvider
-
Gets a localized date, time or date-time format.
- getGroup() - Method in class javax.time.calendar.TimeZone
-
Finds the zone rules group for the stored group ID, such as 'TZDB'.
- getGroup(String) - Static method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets a group by ID, such as 'TZDB'.
- getGroupID() - Method in class javax.time.calendar.TimeZone
-
Gets the time-zone rules group ID, such as 'TZDB'.
- getGroupID() - Method in interface javax.time.calendar.zone.ZoneRulesDataProvider
-
Gets the time-zone group ID of the data available via this provider, such as 'TZDB'.
- getHourOfDay() - Method in class javax.time.calendar.LocalDateTime
-
Gets the hour-of-day field.
- getHourOfDay() - Method in class javax.time.calendar.LocalTime
-
Gets the hour-of-day field.
- getHourOfDay() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the hour-of-day field.
- getHourOfDay() - Method in class javax.time.calendar.OffsetTime
-
Gets the hour-of-day field.
- getHourOfDay() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the hour-of-day field.
- getHours() - Method in class javax.time.calendar.Period
-
Gets the amount of hours of this period, if any.
- getHoursField() - Method in class javax.time.calendar.ZoneOffset
-
Gets the hours field of the zone offset.
- getID() - Method in class javax.time.calendar.CalendricalRule
-
Gets the ID of the rule.
- getID() - Method in class javax.time.calendar.TimeZone
-
Gets the unique time-zone ID.
- getID() - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets the ID of the group, such as 'TZDB'.
- getID() - Method in class javax.time.calendar.ZoneOffset
-
Gets the normalized zone offset id.
- getInputMap() - Method in class javax.time.calendar.CalendricalMerger
-
Gets the underlying rule-value map that is being merged.
- getInstance() - Static method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Gets the DateFormatSymbols
instance for the default
locale.
- getInstance(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Gets the DateFormatSymbols
instance for the specified
locale.
- getInstant() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Gets the transition instant.
- getInt(Calendrical) - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the int
value of this field from the specified calendrical
throwing an exception if the value cannot be returned.
- getInt(DateTimeFieldRule<?>) - Method in class javax.time.calendar.DateTimeFields
-
Gets the value for the specified field throwing an exception if the
field is not in the field-value map.
- getInteger(Calendrical) - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the Integer
value of this field from the specified calendrical
returning null
if the value cannot be returned.
- getLargestMinimumValue() - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the largest possible minimum value that the field can take.
- getLastDayOfMonth(boolean) - Method in enum javax.time.calendar.MonthOfYear
-
Gets the day-of-month for last day of this month.
- getLatestVersionID() - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets the latest available version of the group's data.
- getLatestVersionID(String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets the latest available version of the group's data for a region.
- getLatestVersionIDValidFor(String, OffsetDateTime) - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Finds the latest version ID that is valid for
- getLeapSecondAdjustment(long) - Method in class javax.time.UTCRules
-
Gets the leap second adjustment on the specified date.
- getLeapSecondDates() - Method in class javax.time.UTCRules
-
Gets all known leap second dates.
- getLocal() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Gets the local date-time at the transition which is expressed relative to
the 'before' offset.
- getLocalDateTime() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
-
Gets the local date-time that this info is applicable to.
- getLocale() - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
-
Gets the locale that the text relates to.
- getLocale() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Gets the locale to use for printing and parsing text.
- getLocale() - Method in class javax.time.calendar.format.DateTimeFormatter
-
Gets the locale to be used during formatting.
- getLocale() - Method in class javax.time.calendar.format.DateTimeParseContext
-
Gets the locale to use for printing and parsing text.
- getLocalTime() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
- getMaximumValue() - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the maximum value that the field can take.
- getMaximumValue(Calendrical) - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the minimum value that the field can take using the specified
calendrical information to refine the accuracy of the response.
- getMinimumValue() - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the minimum value that the field can take.
- getMinimumValue(Calendrical) - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the minimum value that the field can take using the specified
calendrical information to refine the accuracy of the response.
- getMinuteOfHour() - Method in class javax.time.calendar.LocalDateTime
-
Gets the minute-of-hour field.
- getMinuteOfHour() - Method in class javax.time.calendar.LocalTime
-
Gets the minute-of-hour field.
- getMinuteOfHour() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the minute-of-hour field.
- getMinuteOfHour() - Method in class javax.time.calendar.OffsetTime
-
Gets the minute-of-hour field.
- getMinuteOfHour() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the minute-of-hour field.
- getMinutes() - Method in class javax.time.calendar.Period
-
Gets the amount of minutes of this period, if any.
- getMinutesField() - Method in class javax.time.calendar.ZoneOffset
-
Gets the minutes field of the zone offset.
- getModifiedJulianDays() - Method in class javax.time.UTCInstant
-
Gets the Modified Julian Day (MJD).
- getMonthEndDayOfYear(boolean) - Method in enum javax.time.calendar.MonthOfYear
-
Gets the day-of-year for the last day of this month.
- getMonthOfQuarter() - Method in enum javax.time.calendar.MonthOfYear
-
Gets the index of the month within the quarter.
- getMonthOfYear() - Method in class javax.time.calendar.LocalDate
-
Gets the month-of-year field, which is an enum MonthOfYear
.
- getMonthOfYear() - Method in class javax.time.calendar.LocalDateTime
-
Gets the month-of-year field, which is an enum MonthOfYear
.
- getMonthOfYear() - Method in class javax.time.calendar.MonthDay
-
Gets the month-of-year field, which is an enum MonthOfYear
.
- getMonthOfYear() - Method in class javax.time.calendar.OffsetDate
-
Gets the month-of-year field, which is an enum MonthOfYear
.
- getMonthOfYear() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the month-of-year field, which is an enum MonthOfYear
.
- getMonthOfYear() - Method in class javax.time.calendar.YearMonth
-
Gets the month-of-year field, which is an enum MonthOfYear
.
- getMonthOfYear() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Gets the month of the transition.
- getMonthOfYear() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the month-of-year field, which is an enum MonthOfYear
.
- getMonthOfYear() - Method in class javax.time.i18n.CopticDate
-
Gets the Coptic month-of-year field.
- getMonthOfYear() - Method in class javax.time.i18n.HistoricDate
-
Gets the historic month-of-year value.
- getMonths() - Method in class javax.time.calendar.Period
-
Gets the amount of months of this period, if any.
- getMonthStartDayOfYear(boolean) - Method in enum javax.time.calendar.MonthOfYear
-
Gets the day-of-year for the first day of this month.
- getName() - Method in class javax.time.calendar.CalendricalRule
-
Gets the name of the rule.
- getName() - Method in class javax.time.calendar.Chronology
-
Gets the name of the chronology.
- getName() - Method in class javax.time.calendar.ISOChronology
-
Gets the name of the chronology.
- getName() - Method in class javax.time.calendar.PeriodUnit
-
Gets the name of the unit, used as an identifier for the unit.
- getName() - Method in class javax.time.calendar.TimeZone
-
Gets the textual name of this zone.
- getName() - Method in class javax.time.i18n.CopticChronology
-
Gets the name of the chronology.
- getName() - Method in class javax.time.i18n.HistoricChronology
-
Gets the name of the chronology.
- getName() - Method in class javax.time.i18n.JulianChronology
-
Gets the name of the chronology.
- getName() - Method in class javax.time.UTCRules
-
The name of these rules.
- getNanoOfDay() - Method in class javax.time.UTCInstant
-
Gets the number of nanoseconds, later along the time-line, from the start
of the Modified Julian Day.
- getNanoOfSecond() - Method in class javax.time.calendar.LocalDateTime
-
Gets the nano-of-second field.
- getNanoOfSecond() - Method in class javax.time.calendar.LocalTime
-
Gets the nano-of-second field.
- getNanoOfSecond() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the nano-of-second field.
- getNanoOfSecond() - Method in class javax.time.calendar.OffsetTime
-
Gets the nano-of-second field.
- getNanoOfSecond() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the nano-of-second field.
- getNanoOfSecond() - Method in class javax.time.Duration
-
Gets the number of nanoseconds within the second in this duration.
- getNanoOfSecond() - Method in class javax.time.Instant
-
Gets the number of nanoseconds, later along the time-line, from the start
of the second.
- getNanoOfSecond() - Method in class javax.time.TAIInstant
-
Gets the number of nanoseconds, later along the time-line, from the start
of the second.
- getNanos() - Method in class javax.time.calendar.Period
-
Gets the amount of nanoseconds of this period, if any.
- getNanosInt() - Method in class javax.time.calendar.Period
-
Gets the amount of nanoseconds of this period safely converted
to an int
.
- getNegativeSignChar() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Gets the character that represents the negative sign.
- getOffset() - Method in class javax.time.calendar.OffsetDate
-
Gets the zone offset.
- getOffset() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the zone offset.
- getOffset() - Method in class javax.time.calendar.OffsetTime
-
Gets the zone offset representing how far ahead or behind UTC the time is.
- getOffset() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
-
Gets the offset applicable at this point on the local time-line.
- getOffset(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
-
Gets the offset applicable at the specified instant in this zone.
- getOffset() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the zone offset, such as '+01:00'.
- getOffsetAfter() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Gets the offset after the transition.
- getOffsetAfter() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Gets the offset after the transition.
- getOffsetBefore() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Gets the offset before the transition.
- getOffsetBefore() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Gets the offset before the transition.
- getOffsetInfo(Instant) - Method in class javax.time.calendar.zone.ZoneRules
-
Gets the offset information for the specified instant in this zone.
- getOffsetInfo(LocalDateTime) - Method in class javax.time.calendar.zone.ZoneRules
-
Gets the offset information for a local date-time in this zone.
- getOverflow() - Method in class javax.time.calendar.CalendricalMerger
-
Gets the overflow that results from the merge.
- getOverflowDays() - Method in class javax.time.calendar.LocalTime.Overflow
-
Gets the days overflowing from the calculation.
- getParsableIDs() - Static method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets a view of the complete set of parsable group:region IDs.
- getParsed(CalendricalRule<?>) - Method in class javax.time.calendar.format.DateTimeParseContext
-
Gets the parsed value for the specified rule.
- getParsedRules() - Method in class javax.time.calendar.format.DateTimeParseContext
-
Gets the set of parsed rules.
- getParsedString() - Method in exception javax.time.calendar.format.CalendricalParseException
-
Returns the string that was being parsed.
- getPeriodRange() - Method in class javax.time.calendar.CalendricalRule
-
Gets the range that the rule is bound by.
- getPeriodUnit() - Method in class javax.time.calendar.CalendricalRule
-
Gets the unit that the rule is measured in.
- getPositiveSignChar() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Gets the character that represents the positive sign.
- getQuarterOfYear() - Method in enum javax.time.calendar.MonthOfYear
-
Gets the quarter that this month falls in.
- getQuiet(DateTimeFieldRule<?>) - Method in class javax.time.calendar.DateTimeFields
-
Gets the value for the specified field quietly returning null
if the field is not in the field-value map.
- getRegionID() - Method in class javax.time.calendar.TimeZone
-
Gets the time-zone region identifier, such as 'Europe/London'.
- getRegionIDs() - Method in interface javax.time.calendar.zone.ZoneRulesDataProvider
-
Gets the provided region IDs.
- getRegionIDs(String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets the set of available region IDs for this group that are valid for the specified version.
- getRegionIDs() - Method in interface javax.time.calendar.zone.ZoneRulesVersion
-
Gets the complete set of provided region IDs, such as 'Europe/Paris'.
- getReifiedType() - Method in class javax.time.calendar.CalendricalRule
-
Gets the reified class representing the underlying type of the rule.
- getResultTime() - Method in class javax.time.calendar.LocalTime.Overflow
-
Gets the time that was the result of the calculation.
- getRule() - Method in exception javax.time.calendar.CalendricalRuleException
-
Gets the rule that is connected to the exception.
- getRule() - Method in exception javax.time.calendar.format.CalendricalPrintFieldException
-
Gets the rule that caused the exception.
- getRules() - Method in class javax.time.calendar.TimeZone
-
Gets the time-zone rules allowing calculations to be performed.
- getRules(String, String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets the rules for the specified region#version ID combination.
- getRules() - Method in class javax.time.UTCInstant
-
Gets the leap second rules defining when leap seconds occur.
- getRulesValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone
-
Gets the time-zone rules allowing calculations to be performed, ensuring that
the date-time and offset specified is valid for the returned rules.
- getRulesValidFor(String, String, OffsetDateTime) - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Gets the rules for the specified region and version ensuring that the rules
are valid for the date-time.
- getSecondOfMinute() - Method in class javax.time.calendar.LocalDateTime
-
Gets the second-of-minute field.
- getSecondOfMinute() - Method in class javax.time.calendar.LocalTime
-
Gets the second-of-minute field.
- getSecondOfMinute() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the second-of-minute field.
- getSecondOfMinute() - Method in class javax.time.calendar.OffsetTime
-
Gets the second-of-minute field.
- getSecondOfMinute() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the second-of-minute field.
- getSeconds() - Method in class javax.time.calendar.Period
-
Gets the amount of seconds of this period, if any.
- getSeconds() - Method in class javax.time.Duration
-
Gets the number of seconds in this duration.
- getSecondsField() - Method in class javax.time.calendar.ZoneOffset
-
Gets the seconds field of the zone offset.
- getShortName() - Method in class javax.time.calendar.TimeZone
-
Gets the short textual name of this zone.
- getShortText(Locale) - Method in enum javax.time.calendar.AmPmOfDay
-
Gets the short textual representation of this AM/PM, such as 'AM' or 'PM'.
- getShortText(Locale) - Method in enum javax.time.calendar.DayOfWeek
-
Gets the short textual representation of this day-of-week, such as 'Mon' or 'Fri'.
- getShortText(Locale) - Method in enum javax.time.calendar.MonthOfYear
-
Gets the short textual representation of this month-of-year, such as 'Jan' or 'Dec'.
- getShortText(Locale) - Method in enum javax.time.i18n.HistoricEra
-
Gets the short textual representation of this BCE/CE, such as 'BCE' or 'CE'.
- getSmallestMaximumValue() - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the smallest possible maximum value that the field can take.
- getSource() - Method in class javax.time.calendar.Clock
-
Gets the time-source being used to create dates and times.
- getStandardOffset() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Gets the standard offset in force at the transition.
- getStandardOffset(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
-
Gets the standard offset for the specified instant in this zone.
- getSymbols() - Method in class javax.time.calendar.format.DateTimeParseContext
-
Gets the formatting symbols.
- getTAIOffset(long) - Method in class javax.time.UTCRules
-
Gets the offset to TAI on the specified date.
- getTAISeconds() - Method in class javax.time.TAIInstant
-
Gets the number of seconds from the TAI epoch of 1958-01-01T00:00:00(TAI).
- getText(Locale) - Method in enum javax.time.calendar.AmPmOfDay
-
Gets the full textual representation of this AM/PM, such as 'AM' or 'PM'.
- getText(int, Locale, DateTimeFormatterBuilder.TextStyle) - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the text for this field.
- getText(Locale) - Method in enum javax.time.calendar.DayOfWeek
-
Gets the full textual representation of this day-of-week, such as 'Monday' or 'Friday'.
- getText(Locale) - Method in enum javax.time.calendar.MonthOfYear
-
Gets the full textual representation of this month-of-year, such as 'January' or 'December'.
- getText(Locale) - Method in enum javax.time.i18n.HistoricEra
-
Gets the short textual representation of this day-of-week, such as 'BCE' or 'CE'.
- getTextStore(Locale, DateTimeFormatterBuilder.TextStyle) - Method in class javax.time.calendar.DateTimeFieldRule
-
Gets the text map for this field with the specified locale and style.
- getTextValueMap() - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
-
Gets the derived map expressing the value for each text.
- getTimeDefinition() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Gets the time definition, specifying how to convert the time to an instant.
- getTransition() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
-
Gets information about the transition occurring on the local time-line.
- getTransitionRules() - Method in class javax.time.calendar.zone.ZoneRules
-
Gets the list of transition rules for years beyond those defined in the transition list.
- getTransitions() - Method in class javax.time.calendar.zone.ZoneRules
-
Gets the complete list of fully defined transitions.
- getTransitionSize() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Gets the length of the transition as a Period
.
- getUnit() - Method in class javax.time.calendar.PeriodField
-
Gets the unit of this period.
- getValue() - Method in enum javax.time.calendar.AmPmOfDay
-
Gets the AM/PM int
value.
- getValue(CalendricalRule<T>) - Method in class javax.time.calendar.CalendricalMerger
-
Gets the value of the specified calendrical rule from the merged result.
- getValue(Calendrical) - Method in class javax.time.calendar.CalendricalRule
-
Gets the value of this rule from the specified calendrical returning
null
if the value cannot be returned.
- getValue() - Method in enum javax.time.calendar.DayOfWeek
-
Gets the day-of-week int
value.
- getValue() - Method in exception javax.time.calendar.format.CalendricalPrintFieldException
-
Gets the value of the field that caused the exception.
- getValue() - Method in enum javax.time.calendar.MonthOfYear
-
Gets the month-of-year int
value.
- getValue() - Method in enum javax.time.calendar.QuarterOfYear
-
Gets the quarter-of-year int
value.
- getValue() - Method in class javax.time.calendar.Year
-
Gets the year value.
- getValue() - Method in enum javax.time.i18n.HistoricEra
-
Gets the BCE/CE int
value.
- getValueChecked(Calendrical) - Method in class javax.time.calendar.CalendricalRule
-
Gets the value of the rule from the specified calendrical throwing
an exception if the rule cannot be returned.
- getValueText(int) - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
-
Gets the text for the specified integer value.
- getValueTextMap() - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
-
Gets the map of text for each integer value.
- getVersionID() - Method in class javax.time.calendar.TimeZone
-
Gets the time-zone rules group version, such as '2009b'.
- getVersionID() - Method in interface javax.time.calendar.zone.ZoneRulesVersion
-
Gets the time-zone version ID of the data available via this provider, such as '2010e'.
- getVersions() - Method in interface javax.time.calendar.zone.ZoneRulesDataProvider
-
Gets the provided rules, version by version.
- getYear() - Method in class javax.time.calendar.LocalDate
-
Gets the year field.
- getYear() - Method in class javax.time.calendar.LocalDateTime
-
Gets the year field.
- getYear() - Method in class javax.time.calendar.OffsetDate
-
Gets the year field.
- getYear() - Method in class javax.time.calendar.OffsetDateTime
-
Gets the year field.
- getYear() - Method in class javax.time.calendar.YearMonth
-
Gets the year field.
- getYear() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the year field.
- getYear() - Method in class javax.time.i18n.CopticDate
-
Gets the Coptic year field.
- getYear() - Method in class javax.time.i18n.HistoricDate
-
Gets the historic year value, which can be negative.
- getYearOfEra() - Method in class javax.time.i18n.HistoricDate
-
Gets the historic year-of-era value.
- getYears() - Method in class javax.time.calendar.Period
-
Gets the amount of years of this period, if any.
- getZeroChar() - Method in class javax.time.calendar.format.DateTimeFormatSymbols
-
Gets the character that represents zero.
- getZone() - Method in class javax.time.calendar.Clock
-
Gets the time-zone being used to create dates and times.
- getZone() - Method in class javax.time.calendar.ZonedDateTime
-
Gets the time-zone, such as 'Europe/Paris'.
- getZoneRules(String) - Method in interface javax.time.calendar.zone.ZoneRulesVersion
-
Gets the zone rules for the specified region ID.
- IllegalCalendarFieldValueException - Exception in javax.time.calendar
-
An exception used when a value specified for a calendrical field is out of range.
- IllegalCalendarFieldValueException(DateTimeFieldRule<?>, long, int, int) - Constructor for exception javax.time.calendar.IllegalCalendarFieldValueException
-
Constructs a new illegal field value exception with a standard message.
- IllegalCalendarFieldValueException(String, DateTimeFieldRule<?>) - Constructor for exception javax.time.calendar.IllegalCalendarFieldValueException
-
Constructs a new illegal field value exception with the specified message.
- INSTANCE - Static variable in class javax.time.calendar.ISOChronology
-
The singleton instance of ISOChronology
.
- INSTANCE - Static variable in class javax.time.i18n.CopticChronology
-
The singleton instance of CopticChronology
.
- INSTANCE - Static variable in class javax.time.i18n.JulianChronology
-
The singleton instance of JulianChronology
.
- instant() - Method in class javax.time.calendar.Clock
-
Gets the current instant.
- Instant - Class in javax.time
-
An instantaneous point on the time-line.
- instant() - Method in class javax.time.TimeSource
-
Gets the current Instant
.
- InstantProvider - Interface in javax.time
-
Provides access to an instant on the time-line.
- interpret(CalendricalMerger, Object) - Method in class javax.time.calendar.CalendricalRule
-
Interprets the specified value converting it into an in range value of the
correct type for this rule.
- InvalidCalendarFieldException - Exception in javax.time.calendar
-
An exception used when a calendrical field is invalid.
- InvalidCalendarFieldException(String, CalendricalRule<?>) - Constructor for exception javax.time.calendar.InvalidCalendarFieldException
-
Constructs a new invalid field exception.
- isAfter(LocalDate) - Method in class javax.time.calendar.LocalDate
-
Checks if this LocalDate
is after the specified date.
- isAfter(LocalDateTime) - Method in class javax.time.calendar.LocalDateTime
-
Checks if this LocalDateTime
is after the specified date-time.
- isAfter(LocalTime) - Method in class javax.time.calendar.LocalTime
-
Checks if this LocalTime
is after the specified time.
- isAfter(MonthDay) - Method in class javax.time.calendar.MonthDay
-
Is this month-day after the specified month-day.
- isAfter(OffsetDate) - Method in class javax.time.calendar.OffsetDate
-
Checks if the instant of midnight at the start of this OffsetDate
is after midnight at the start of the specified date.
- isAfter(OffsetDateTime) - Method in class javax.time.calendar.OffsetDateTime
-
Checks if the instant of this OffsetDateTime
is after that of the specified date-time.
- isAfter(OffsetTime) - Method in class javax.time.calendar.OffsetTime
-
Checks if the instant of this OffsetTime
is after that of the
specified time applying both times to a common date.
- isAfter(Year) - Method in class javax.time.calendar.Year
-
Is this year after the specified year.
- isAfter(YearMonth) - Method in class javax.time.calendar.YearMonth
-
Is this year-month after the specified year-month.
- isAfter(ZonedDateTime) - Method in class javax.time.calendar.ZonedDateTime
-
Checks if the instant of this date-time is after that of the specified date-time.
- isAfter(CopticDate) - Method in class javax.time.i18n.CopticDate
-
Checks if this date is after the specified date.
- isAfter(HistoricDate) - Method in class javax.time.i18n.HistoricDate
-
Checks is this date is after the specified date.
- isAfter(Instant) - Method in class javax.time.Instant
-
Checks if this instant is after the specified instant.
- isAm() - Method in enum javax.time.calendar.AmPmOfDay
-
Is this instance representing AM (ante-meridiem).
- isApril() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing April.
- isAugust() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing August.
- isBefore(LocalDate) - Method in class javax.time.calendar.LocalDate
-
Checks if this LocalDate
is before the specified date.
- isBefore(LocalDateTime) - Method in class javax.time.calendar.LocalDateTime
-
Checks if this LocalDateTime
is before the specified date-time.
- isBefore(LocalTime) - Method in class javax.time.calendar.LocalTime
-
Checks if this LocalTime
is before the specified time.
- isBefore(MonthDay) - Method in class javax.time.calendar.MonthDay
-
Is this month-day before the specified month-day.
- isBefore(OffsetDate) - Method in class javax.time.calendar.OffsetDate
-
Checks if the instant of midnight at the start of this OffsetDate
is before midnight at the start of the specified date.
- isBefore(OffsetDateTime) - Method in class javax.time.calendar.OffsetDateTime
-
Checks if the instant of this OffsetDateTime
is before that of the specified date-time.
- isBefore(OffsetTime) - Method in class javax.time.calendar.OffsetTime
-
Checks if the instant of this OffsetTime
is before that of the
specified time applying both times to a common date.
- isBefore(Year) - Method in class javax.time.calendar.Year
-
Is this year before the specified year.
- isBefore(YearMonth) - Method in class javax.time.calendar.YearMonth
-
Is this year-month before the specified year-month.
- isBefore(ZonedDateTime) - Method in class javax.time.calendar.ZonedDateTime
-
Checks if the instant of this date-time is before that of the specified date-time.
- isBefore(CopticDate) - Method in class javax.time.i18n.CopticDate
-
Checks if this date is before the specified date.
- isBefore(HistoricDate) - Method in class javax.time.i18n.HistoricDate
-
Checks is this date is before the specified date.
- isBefore(Instant) - Method in class javax.time.Instant
-
Checks if this instant is before the specified instant.
- isCaseSensitive() - Method in class javax.time.calendar.format.DateTimeParseContext
-
Checks if parsing is case sensitive.
- isCheckUnusedFields() - Method in class javax.time.calendar.CalendricalContext
-
Checks whether to check unused fields.
- isConvertibleTo(PeriodUnit) - Method in class javax.time.calendar.PeriodUnit
-
Checks whether this unit can be converted to the specified unit.
- isDaylightSavings(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
-
Gets the standard offset for the specified instant in this zone.
- isDecember() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing December.
- isFebruary() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing February.
- isFixed() - Method in class javax.time.calendar.TimeZone
-
Checks of the time-zone is fixed, such that the offset never varies.
- isFixedOffset() - Method in class javax.time.calendar.zone.ZoneRules
-
Checks of the zone rules are fixed, such that the offset never varies.
- isFixedValueSet() - Method in class javax.time.calendar.DateTimeFieldRule
-
Is the set of values, from the minimum value to the maximum, a fixed
set, or does it vary according to other fields.
- isFloatingVersion() - Method in class javax.time.calendar.TimeZone
-
Checks if the version is floating.
- isFriday() - Method in enum javax.time.calendar.DayOfWeek
-
Is this instance representing Friday.
- isGap() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Does this transition represent a gap in the local time-line.
- isGreaterThan(Duration) - Method in class javax.time.Duration
-
Checks if this duration is greater than the specified Duration
.
- isJanuary() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing January.
- isJuly() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing July.
- isJune() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing June.
- isLatestVersion() - Method in class javax.time.calendar.TimeZone
-
Checks if the version is the latest version.
- isLeap() - Method in class javax.time.calendar.Year
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapSecond() - Method in class javax.time.UTCInstant
-
Checks if the instant is within a leap second.
- isLeapYear(int) - Static method in class javax.time.calendar.ISOChronology
-
Checks if the specified year is a leap year according to the ISO calendar system rules.
- isLeapYear() - Method in class javax.time.calendar.LocalDate
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear() - Method in class javax.time.calendar.LocalDateTime
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear() - Method in class javax.time.calendar.OffsetDate
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear() - Method in class javax.time.calendar.OffsetDateTime
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear() - Method in class javax.time.calendar.ZonedDateTime
-
Checks if the year is a leap year, according to the ISO proleptic
calendar system rules.
- isLeapYear(int) - Static method in class javax.time.i18n.CopticChronology
-
Checks if the specified year is a leap year.
- isLeapYear() - Method in class javax.time.i18n.CopticDate
-
Checks if the year is a leap year, according to the Coptic calendar system rules.
- isLeapYear(int) - Method in class javax.time.i18n.HistoricChronology
-
Checks if the specified year is a leap year.
- isLeapYear() - Method in class javax.time.i18n.HistoricDate
-
Checks if the date represented is a leap year.
- isLeapYear(int) - Static method in class javax.time.i18n.JulianChronology
-
Checks if the specified year is a leap year.
- isLessThan(Duration) - Method in class javax.time.Duration
-
Checks if this duration is less than the specified Duration
.
- isMarch() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing March.
- isMay() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing May.
- isMidnightEndOfDay() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Is the transition local time midnight at the end of day.
- isMonday() - Method in enum javax.time.calendar.DayOfWeek
-
Is this instance representing Monday.
- isNegative() - Method in class javax.time.Duration
-
Checks if this duration is negative, excluding zero.
- isNegativeOrZero() - Method in class javax.time.Duration
-
Checks if this duration is negative or zero.
- isNovember() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing November.
- ISOChronology - Class in javax.time.calendar
-
The ISO-8601 calendar system, which follows the rules of the current
de facto world calendar.
- isOctober() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing October.
- isoDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date, with the
offset and zone if available, such as '2007-12-03', '2007-12-03+01:00'
or '2007-12-03+01:00[Europe/Paris]'.
- isoDateTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date, with the
offset and zone if available, such as '2007-12-03T10:15:30',
'2007-12-03T10:15:30+01:00' or '2007-12-03T10:15:30+01:00[Europe/Paris]'.
- isoLocalDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a local date without an offset,
such as '2007-12-03'.
- isoLocalDateTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a local date without an offset,
such as '2007-12-03T10:15:30'.
- isoLocalTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO time formatter that prints/parses a local time, without an offset
such as '10:15:30'.
- isoOffsetDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses an offset date with an offset,
such as '2007-12-03+01:00'.
- isoOffsetDateTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses an offset date with an offset,
such as '2007-12-03T10:15:30+01:00'.
- isoOffsetTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO time formatter that prints/parses a local time, with an offset
such as '10:15:30+01:00'.
- isoOrdinalDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date without an offset.
- isoTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO time formatter that prints/parses a time, with the
offset and zone if available, such as '10:15:30', '10:15:30+01:00'
or '10:15:30+01:00[Europe/Paris]'.
- isOverlap() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Does this transition represent a gap in the local time-line.
- isoWeekDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses a date without an offset.
- isoZonedDateTime() - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns the ISO date formatter that prints/parses an offset date with a zone,
such as '2007-12-03T10:15:30+01:00[Europe/Paris]'.
- isParseSupported() - Method in class javax.time.calendar.format.DateTimeFormatter
-
Checks whether this formatter can parse.
- isPm() - Method in enum javax.time.calendar.AmPmOfDay
-
Is this instance representing PM (post-meridiem).
- isPositive() - Method in class javax.time.calendar.Period
-
Checks if this period is fully positive, excluding zero.
- isPositive() - Method in class javax.time.calendar.PeriodFields
-
Checks if this period is fully positive, excluding zero.
- isPositive() - Method in class javax.time.Duration
-
Checks if this duration is positive, excluding zero.
- isPositiveOrZero() - Method in class javax.time.calendar.Period
-
Checks if this period is fully positive, including zero.
- isPositiveOrZero() - Method in class javax.time.calendar.PeriodFields
-
Checks if this period is fully positive, including zero.
- isPositiveOrZero() - Method in class javax.time.Duration
-
Checks if this duration is positive or zero.
- isPrintDataAvailable(Calendrical) - Method in interface javax.time.calendar.format.DateTimePrinter
-
Checks if the calendrical contains the data necessary to be printed.
- isPrintSupported() - Method in class javax.time.calendar.format.DateTimeFormatter
-
Checks whether this formatter can print.
- isQ1() - Method in enum javax.time.calendar.QuarterOfYear
-
Is this instance representing Q1, from January to March inclusive.
- isQ2() - Method in enum javax.time.calendar.QuarterOfYear
-
Is this instance representing Q2, from April to June inclusive.
- isQ3() - Method in enum javax.time.calendar.QuarterOfYear
-
Is this instance representing Q3, from July to September inclusive.
- isQ4() - Method in enum javax.time.calendar.QuarterOfYear
-
Is this instance representing Q4, from October to December inclusive.
- isRegionID(String) - Method in interface javax.time.calendar.zone.ZoneRulesVersion
-
Checks if the region ID is valid.
- isSaturday() - Method in enum javax.time.calendar.DayOfWeek
-
Is this instance representing Saturday.
- isSeptember() - Method in enum javax.time.calendar.MonthOfYear
-
Is this instance representing September.
- isStrict() - Method in class javax.time.calendar.CalendricalContext
-
Checks whether calculations will use strict rules or not.
- isStrict() - Method in class javax.time.calendar.format.DateTimeParseContext
-
Checks if parsing is strict.
- isSunday() - Method in enum javax.time.calendar.DayOfWeek
-
Is this instance representing Sunday.
- isThursday() - Method in enum javax.time.calendar.DayOfWeek
-
Is this instance representing Thursday.
- isTransition() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
-
Is a transition occurring on the local time-line.
- isTuesday() - Method in enum javax.time.calendar.DayOfWeek
-
Is this instance representing Tuesday.
- isValid() - Method in class javax.time.calendar.TimeZone
-
Checks if this time-zone is valid such that rules can be obtained for it.
- isValidDateTime(OffsetDateTime) - Method in class javax.time.calendar.zone.ZoneRules
-
Checks if the offset date-time is valid for these rules.
- isValidDay(int) - Method in class javax.time.calendar.YearMonth
-
Checks if the day-of-month is valid for this year-month.
- isValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone
-
Checks if this time-zone is valid such that rules can be obtained for it
which are valid for the specified date-time and offset.
- isValidGroupID(String) - Static method in class javax.time.calendar.zone.ZoneRulesGroup
-
Checks if the group ID is valid.
- isValidMonthDay(MonthDay) - Method in class javax.time.calendar.Year
-
Checks if the month-day is valid for this year.
- isValidOffset(ZoneOffset) - Method in class javax.time.calendar.zone.ZoneOffsetInfo
-
Checks if the specified offset is valid for this date-time.
- isValidOffset(ZoneOffset) - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Checks if the specified offset is valid during this transition.
- isValidRegionID(String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Checks if the region ID is valid.
- isValidRules(String, String) - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Checks if the region#version ID combination is valid.
- isValidValue(int) - Method in class javax.time.calendar.DateTimeFieldRule
-
Checks if the value is valid or invalid for this field.
- isValidValue(long) - Method in class javax.time.calendar.DateTimeFieldRule
-
Checks if the value is valid or invalid for this field.
- isValidYear(int) - Method in class javax.time.calendar.MonthDay
-
Checks if the year is valid for this month-day.
- isWednesday() - Method in enum javax.time.calendar.DayOfWeek
-
Is this instance representing Wednesday.
- isZero() - Method in class javax.time.calendar.Period
-
Checks if this period is zero-length.
- isZero() - Method in class javax.time.calendar.PeriodField
-
Checks if this period is zero length.
- isZero() - Method in class javax.time.calendar.PeriodFields
-
Checks if this period is zero-length.
- isZero() - Method in class javax.time.Duration
-
Checks if this duration is zero length.
- iterator() - Method in class javax.time.calendar.DateTimeFields
-
Iterates through all the field rules.
- iterator() - Method in class javax.time.calendar.PeriodFields
-
Iterates through all the single-unit periods in this period.
- main(String[]) - Static method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
-
Reads a set of TZDB files and builds a single combined data file.
- matches(CalendricalMatcher) - Method in class javax.time.calendar.LocalDate
-
Checks whether this LocalDate
matches the specified matcher.
- matches(CalendricalMatcher) - Method in class javax.time.calendar.LocalDateTime
-
Checks whether this LocalDateTime
matches the specified matcher.
- matches(CalendricalMatcher) - Method in class javax.time.calendar.LocalTime
-
Checks whether this LocalTime
matches the specified matcher.
- matches(CalendricalMatcher) - Method in class javax.time.calendar.OffsetDate
-
Checks whether this OffsetDate
matches the specified matcher.
- matches(CalendricalMatcher) - Method in class javax.time.calendar.OffsetDateTime
-
Checks whether this OffsetDateTime
matches the specified matcher.
- matches(CalendricalMatcher) - Method in class javax.time.calendar.OffsetTime
-
Checks whether this OffsetTime
matches the specified matcher.
- matches(CalendricalMatcher) - Method in class javax.time.calendar.ZonedDateTime
-
Checks whether this ZonedDateTime
matches the specified matcher.
- matchesCalendrical(Calendrical) - Method in interface javax.time.calendar.CalendricalMatcher
-
Checks if the input calendrical matches the rules of the implementation.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.DateTimeFields
-
Checks if the fields in this object match those in the specified calendrical.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.LocalDate
-
Checks if the date extracted from the calendrical matches this date.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.LocalDateTime
-
Checks if the date-time extracted from the calendrical matches this.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.LocalTime
-
Checks if the time extracted from the calendrical matches this.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.MonthDay
-
Checks if the month-day extracted from the calendrical matches this.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.OffsetDate
-
Checks if the date extracted from the calendrical matches this date.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.OffsetDateTime
-
Checks if the date-time extracted from the calendrical matches this.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.OffsetTime
-
Checks if the time extracted from the calendrical matches this.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.Year
-
Checks if the year extracted from the calendrical matches this.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.YearMonth
-
Checks if the year-month extracted from the calendrical matches this.
- matchesCalendrical(Calendrical) - Method in class javax.time.calendar.ZonedDateTime
-
Checks if the date-time extracted from the calendrical matches this.
- matchText(boolean, String) - Method in class javax.time.calendar.DateTimeFieldRule.TextStore
-
Matches the specified text against the text-value map returning the
matched length and value.
- MathUtils - Class in javax.time
-
These methods are proposed for java.lang.Math
.
- MAX_DATE - Static variable in class javax.time.calendar.LocalDate
-
Constant for the maximum date on the proleptic ISO calendar system, +999999999-12-31.
- MAX_WEEK_BASED_YEAR - Static variable in class javax.time.calendar.ISOChronology
-
Constant for the maximum week-based-year.
- MAX_YEAR - Static variable in class javax.time.calendar.Year
-
Constant for the maximum year on the proleptic ISO calendar system, 999,999,999.
- MAX_YEAR - Static variable in class javax.time.i18n.CopticDate
-
The maximum valid year.
- MAX_YEAR - Static variable in class javax.time.i18n.HistoricDate
-
The maximum valid year of era.
- maxLengthInDays() - Method in enum javax.time.calendar.MonthOfYear
-
Gets the maximum length of this month in days.
- mediumDate(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns a locale specific date format of medium length.
- mediumDateTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns a locale specific date-time format of medium length.
- mediumTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns a locale specific time format of medium length.
- merge() - Method in class javax.time.calendar.CalendricalMerger
-
Merges the fields to extract the maximum possible date, time and offset information.
- merge(CalendricalMerger) - Method in class javax.time.calendar.CalendricalRule
-
Merges this field with other fields to form higher level fields.
- MIDDAY - Static variable in class javax.time.calendar.LocalTime
-
Constant for the local time of midday, 12:00.
- MIDNIGHT - Static variable in class javax.time.calendar.LocalTime
-
Constant for the local time of midnight, 00:00.
- milliOfDayRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the milli-of-day field.
- milliOfSecondRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the milli-of-second field.
- millis() - Method in class javax.time.TimeSource
-
Gets the current millisecond instant.
- MIN_DATE - Static variable in class javax.time.calendar.LocalDate
-
Constant for the minimum date on the proleptic ISO calendar system, -999999999-01-01.
- MIN_WEEK_BASED_YEAR - Static variable in class javax.time.calendar.ISOChronology
-
Constant for the minimum week-based-year.
- MIN_YEAR - Static variable in class javax.time.calendar.Year
-
Constant for the minimum year on the proleptic ISO calendar system, -999,999,999.
- MIN_YEAR - Static variable in class javax.time.i18n.CopticDate
-
The minimum valid year.
- minLengthInDays() - Method in enum javax.time.calendar.MonthOfYear
-
Gets the minimum length of this month in days.
- minus(PeriodProvider) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified date period subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period subtracted.
- minus(Duration) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified duration subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period subtracted.
- minus(Duration) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified duration subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified date period subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period subtracted.
- minus(Duration) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified duration subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period subtracted.
- minus(Duration) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified duration subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified period subtracted.
- minus(PeriodField) - Method in class javax.time.calendar.PeriodField
-
Returns a copy of this period with the specified period subtracted.
- minus(long) - Method in class javax.time.calendar.PeriodField
-
Returns a copy of this period with the specified period subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.PeriodFields
-
Returns a copy of this period with the specified period subtracted.
- minus(long, PeriodUnit) - Method in class javax.time.calendar.PeriodFields
-
Returns a copy of this period with the specified period subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.Year
-
Returns a copy of this Year
with the specified period subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth
with the specified period subtracted.
- minus(PeriodProvider) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period subtracted.
- minus(PeriodProvider, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period subtracted.
- minus(Duration) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified Duration
subtracted.
- minus(long, TimeUnit) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified duration subtracted.
- minus(Duration) - Method in class javax.time.Instant
-
Returns a copy of this instant with the specified duration subtracted.
- minus(long, TimeUnit) - Method in class javax.time.Instant
-
Returns a copy of this duration with the specified duration subtracted.
- minus(Duration) - Method in class javax.time.TAIInstant
-
Returns a copy of this instant with the specified duration subtracted.
- minus(Duration) - Method in class javax.time.UTCInstant
-
Returns a copy of this instant with the specified duration subtracted.
- minusDays(long) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified number of days subtracted.
- minusDays(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in days subtracted.
- minusDays(long) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified number of days subtracted.
- minusDays(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in days subtracted.
- minusDays(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of days subtracted.
- minusDays(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in days subtracted.
- minusDuration(PeriodProvider) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified duration subtracted.
- minusDuration(Duration) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified duration subtracted.
- minusDuration(int, int, int, long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified duration subtracted.
- minusHours(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in hours subtracted.
- minusHours(long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period in hours subtracted.
- minusHours(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in hours subtracted.
- minusHours(long) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in hours subtracted.
- minusHours(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of hours subtracted.
- minusHours(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in hours subtracted.
- minusMillis(long) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified number of milliseconds subtracted.
- minusMillis(long) - Method in class javax.time.Instant
-
Returns a copy of this instant with the specified duration in milliseconds subtracted.
- minusMinutes(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in minutes subtracted.
- minusMinutes(long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period in minutes subtracted.
- minusMinutes(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in minutes subtracted.
- minusMinutes(long) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in minutes subtracted.
- minusMinutes(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of minutes subtracted.
- minusMinutes(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in minutes subtracted.
- minusMonths(long) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in months subtracted.
- minusMonths(long, DateResolver) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in months subtracted.
- minusMonths(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in months subtracted.
- minusMonths(long, DateResolver) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in months subtracted.
- minusMonths(long) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in months subtracted.
- minusMonths(long, DateResolver) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in months subtracted.
- minusMonths(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in months subtracted.
- minusMonths(long, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in months subtracted.
- minusMonths(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of months subtracted.
- minusMonths(long) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth with the specified period in months subtracted.
- minusMonths(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in months subtracted.
- minusNanos(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in nanoseconds subtracted.
- minusNanos(long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period in nanoseconds subtracted.
- minusNanos(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in nanoseconds subtracted.
- minusNanos(long) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in nanoseconds subtracted.
- minusNanos(long) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of nanoseconds subtracted.
- minusNanos(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in nanoseconds subtracted.
- minusNanos(long) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified number of nanoseconds subtracted.
- minusNanos(long) - Method in class javax.time.Instant
-
Returns a copy of this instant with the specified duration in nanoseconds subtracted.
- minusSeconds(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in seconds subtracted.
- minusSeconds(long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period in seconds subtracted.
- minusSeconds(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in seconds subtracted.
- minusSeconds(long) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in seconds subtracted.
- minusSeconds(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of seconds subtracted.
- minusSeconds(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in seconds subtracted.
- minusSeconds(long) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified number of seconds subtracted.
- minusSeconds(long) - Method in class javax.time.Instant
-
Returns a copy of this instant with the specified duration in seconds subtracted.
- minusWeeks(long) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in weeks subtracted.
- minusWeeks(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in weeks subtracted.
- minusWeeks(long) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in weeks subtracted.
- minusWeeks(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in weeks subtracted.
- minusWeeks(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in weeks subtracted.
- minusWithOverflow(long, long, long, long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period subtracted,
returning the new time with any overflow in days.
- minusYears(long) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in years subtracted.
- minusYears(long, DateResolver) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in years subtracted.
- minusYears(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in years subtracted.
- minusYears(long, DateResolver) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in years subtracted.
- minusYears(long) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in years subtracted.
- minusYears(long, DateResolver) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in years subtracted.
- minusYears(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in years subtracted.
- minusYears(long, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in years subtracted.
- minusYears(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of years subtracted.
- minusYears(long) - Method in class javax.time.calendar.Year
-
Returns a copy of this Year with the specified number of years subtracted.
- minusYears(long) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth with the specified period in years subtracted.
- minusYears(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in years subtracted.
- minuteOfHourRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the minute-of-hour field.
- MonthDay - Class in javax.time.calendar
-
A month-day in the ISO-8601 calendar system, such as --12-03
.
- monthOfQuarterRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the month-of-quarter field in the ISO chronology.
- MonthOfYear - Enum in javax.time.calendar
-
A month-of-year, such as 'July'.
- monthOfYearRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the month-of-year field in the ISO chronology.
- monthOfYearRule() - Static method in class javax.time.i18n.CopticChronology
-
Gets the rule for the month-of-year field in the Coptic chronology.
- monthOfYearRule() - Method in class javax.time.i18n.HistoricChronology
-
Gets the rule for the month-of-year field in the Historic chronology.
- monthsBetween(DateProvider, DateProvider) - Static method in class javax.time.calendar.Period
-
Obtains a Period
consisting of the number of months between two dates.
- multipliedBy(int) - Method in class javax.time.calendar.Period
-
Returns a new instance with each element in this period multiplied
by the specified scalar.
- multipliedBy(long) - Method in class javax.time.calendar.PeriodField
-
Returns a copy of this period with the amount multiplied by the specified scalar.
- multipliedBy(long) - Method in class javax.time.calendar.PeriodFields
-
Returns a copy of this period with each amount in this period multiplied
by the specified scalar.
- multipliedBy(long) - Method in class javax.time.Duration
-
Returns a copy of this duration multiplied by the scalar.
- of(int) - Static method in enum javax.time.calendar.AmPmOfDay
-
Obtains an instance of AmPmOfDay
from an int
value.
- of(DateTimeFieldRule<?>, int) - Static method in class javax.time.calendar.DateTimeFields
-
Obtains an instance of DateTimeFields
from a field-value pair.
- of(DateTimeFieldRule<?>, int, DateTimeFieldRule<?>, int) - Static method in class javax.time.calendar.DateTimeFields
-
Obtains an instance of DateTimeFields
from two field-value pairs.
- of(Map<DateTimeFieldRule<?>, Integer>) - Static method in class javax.time.calendar.DateTimeFields
-
Obtains an instance of DateTimeFields
from a map of field-value pairs.
- of(int) - Static method in enum javax.time.calendar.DayOfWeek
-
Obtains an instance of DayOfWeek
from an int
value.
- of(int, MonthOfYear, int) - Static method in class javax.time.calendar.LocalDate
-
Obtains an instance of LocalDate
from a year, month and day.
- of(int, int, int) - Static method in class javax.time.calendar.LocalDate
-
Obtains an instance of LocalDate
from a year, month and day.
- of(DateProvider) - Static method in class javax.time.calendar.LocalDate
-
Obtains an instance of LocalDate
from a date provider.
- of(int, MonthOfYear, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour and minute, setting the second and nanosecond to zero.
- of(int, MonthOfYear, int, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour, minute and second, setting the nanosecond to zero.
- of(int, MonthOfYear, int, int, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour, minute, second and nanosecond.
- of(int, int, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour and minute, setting the second and nanosecond to zero.
- of(int, int, int, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour, minute and second, setting the nanosecond to zero.
- of(int, int, int, int, int, int, int) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month,
day, hour, minute, second and nanosecond.
- of(DateProvider, TimeProvider) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from a date and time.
- of(DateTimeProvider) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalTime
from a date-time provider.
- of(int, int) - Static method in class javax.time.calendar.LocalTime
-
Obtains an instance of LocalTime
from an hour and minute.
- of(int, int, int) - Static method in class javax.time.calendar.LocalTime
-
Obtains an instance of LocalTime
from an hour, minute and second.
- of(int, int, int, int) - Static method in class javax.time.calendar.LocalTime
-
Obtains an instance of LocalTime
from an hour, minute, second and nanosecond.
- of(TimeProvider) - Static method in class javax.time.calendar.LocalTime
-
Obtains an instance of LocalTime
from a time provider.
- of(MonthOfYear, int) - Static method in class javax.time.calendar.MonthDay
-
Obtains an instance of MonthDay
.
- of(int, int) - Static method in class javax.time.calendar.MonthDay
-
Obtains an instance of MonthDay
.
- of(Calendrical) - Static method in class javax.time.calendar.MonthDay
-
Obtains an instance of MonthDay
from a Calendrical.
- of(int) - Static method in enum javax.time.calendar.MonthOfYear
-
Obtains an instance of MonthOfYear
from an int
value.
- of(int, MonthOfYear, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDate
-
Obtains an instance of OffsetDate
from a year, month and day.
- of(int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDate
-
Obtains an instance of OffsetDate
from a year, month and day.
- of(DateProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDate
-
Obtains an instance of OffsetDate
from a date provider.
- of(int, MonthOfYear, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from year, month,
day, hour and minute, setting the second and nanosecond to zero.
- of(int, MonthOfYear, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from year, month,
day, hour, minute and second, setting the nanosecond to zero.
- of(int, MonthOfYear, int, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from year, month,
day, hour, minute, second and nanosecond.
- of(int, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from year, month,
day, hour and minute, setting the second and nanosecond to zero.
- of(int, int, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from year, month,
day, hour, minute and second, setting the nanosecond to zero.
- of(int, int, int, int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from year, month,
day, hour, minute, second and nanosecond.
- of(DateProvider, TimeProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a date, time and zone offset.
- of(DateTimeProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a date-time provider.
- of(DateProvider, OffsetTime) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a DateProvider
and OffsetTime
.
- of(int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
-
Obtains an instance of OffsetTime
from an hour and minute.
- of(int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
-
Obtains an instance of OffsetTime
from an hour, minute and second.
- of(int, int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
-
Obtains an instance of OffsetTime
from an hour, minute, second and nanosecond.
- of(TimeProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
-
Obtains an instance of OffsetTime
from a time provider.
- of(int, int, int, int, int, int) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from date-based and time-based fields.
- of(int, int, int, int, int, int, long) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from date-based and time-based fields.
- of(PeriodProvider) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a provider of periods.
- of(int, PeriodUnit) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from an amount and unit.
- of(Duration) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a Duration
.
- of(long, PeriodUnit) - Static method in class javax.time.calendar.PeriodField
-
Obtains a PeriodField
from an amount and unit.
- of(long, PeriodUnit) - Static method in class javax.time.calendar.PeriodFields
-
Obtains a PeriodFields
from an amount and unit.
- of(PeriodField) - Static method in class javax.time.calendar.PeriodFields
-
Obtains a PeriodFields
from a single-unit period.
- of(PeriodField...) - Static method in class javax.time.calendar.PeriodFields
-
Obtains a PeriodFields
from an array of single-unit periods.
- of(PeriodProvider) - Static method in class javax.time.calendar.PeriodFields
-
Obtains a PeriodFields
from a PeriodProvider
.
- of(Duration) - Static method in class javax.time.calendar.PeriodFields
-
Obtains a PeriodFields
from a Duration
based on the standard
durations of seconds and nanoseconds.
- of(int) - Static method in enum javax.time.calendar.QuarterOfYear
-
Obtains an instance of QuarterOfYear
from an int
value.
- of(String, Map<String, String>) - Static method in class javax.time.calendar.TimeZone
-
Obtains an instance of TimeZone
using its ID using a map
of aliases to supplement the standard zone IDs.
- of(String) - Static method in class javax.time.calendar.TimeZone
-
Obtains an instance of TimeZone
from an identifier ensuring that the
identifier is valid and available for use.
- of(ZoneOffset) - Static method in class javax.time.calendar.TimeZone
-
Obtains an instance of TimeZone
representing a fixed time-zone.
- of(int) - Static method in class javax.time.calendar.Year
-
Obtains an instance of Year
.
- of(Calendrical) - Static method in class javax.time.calendar.Year
-
Obtains an instance of Year
from a calendrical.
- of(int, MonthOfYear) - Static method in class javax.time.calendar.YearMonth
-
Obtains an instance of YearMonth
from a year and month.
- of(int, int) - Static method in class javax.time.calendar.YearMonth
-
Obtains an instance of YearMonth
from a year and month.
- of(Calendrical) - Static method in class javax.time.calendar.YearMonth
-
Obtains an instance of YearMonth
from a Calendrical.
- of(LocalDateTime, ZoneOffset, ZoneOffsetTransition) - Static method in class javax.time.calendar.zone.ZoneOffsetInfo
-
Creates an instance representing a simple single offset or a transition.
- of(OffsetDateTime, ZoneOffset) - Static method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Obtains an instance defining a transition between two offsets.
- of(MonthOfYear, int, DayOfWeek, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, ZoneOffset, ZoneOffset, ZoneOffset) - Static method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Creates an instance defining the yearly rule to create transitions between two offsets.
- of(int, MonthOfYear, int, int, int, int, int, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from year, month,
day, hour, minute, second, nanosecond and time-zone
where the date-time must be valid for the time-zone.
- of(int, MonthOfYear, int, int, int, int, int, TimeZone, ZoneResolver) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from year, month,
day, hour, minute, second, nanosecond and time-zone
providing a resolver to handle an invalid date-time.
- of(int, int, int, int, int, int, int, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from year, month,
day, hour, minute, second, nanosecond and time-zone
where the date-time must be valid for the time-zone.
- of(int, int, int, int, int, int, int, TimeZone, ZoneResolver) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from year, month,
day, hour, minute, second, nanosecond and time-zone
providing a resolver to handle an invalid date-time.
- of(DateProvider, TimeProvider, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a local date and time
where the date-time must be valid for the time-zone.
- of(DateProvider, TimeProvider, TimeZone, ZoneResolver) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a local date and time
providing a resolver to handle an invalid date-time.
- of(DateTimeProvider, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a local date-time
where the date-time must be valid for the time-zone.
- of(DateTimeProvider, TimeZone, ZoneResolver) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a local date-time
providing a resolver to handle an invalid date-time.
- of(OffsetDateTime, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from an OffsetDateTime
ensuring that the offset provided is valid for the time-zone.
- of(String) - Static method in class javax.time.calendar.ZoneOffset
-
Obtains an instance of ZoneOffset
using the id.
- of(PeriodProvider) - Static method in class javax.time.calendar.ZoneOffset
-
Obtains an instance of ZoneOffset
from a period.
- of(long, TimeUnit) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a duration in a specified time unit.
- of(int, int, int) - Static method in class javax.time.i18n.CopticDate
-
Obtains an instance of CopticDate
from the Coptic year,
month-of-year and day-of-month.
- of(Calendrical) - Static method in class javax.time.i18n.CopticDate
-
Obtains an instance of CopticDate
from a calendrical.
- of(int, MonthOfYear, int) - Static method in class javax.time.i18n.HistoricDate
-
Obtains an instance of LocalDate
from a year, month and day
using the standard cutover of 1582-10-15.
- of(LocalDate, int, MonthOfYear, int) - Static method in class javax.time.i18n.HistoricDate
-
Obtains an instance of LocalDate
from a year, month and day
specifying the cutover date to use.
- of(Calendrical) - Static method in class javax.time.i18n.HistoricDate
-
Obtains an instance of HistoricDate
from a calendrical.
- of(int) - Static method in enum javax.time.i18n.HistoricEra
-
Obtains an instance of HistoricEra
from an int
value.
- of(InstantProvider) - Static method in class javax.time.Instant
-
Obtains an instance of Instant
from a provider of instants.
- of(Instant) - Static method in class javax.time.TAIInstant
-
Obtains an instance of TAIInstant
from an Instant
using the system default leap second rules.
- of(UTCInstant) - Static method in class javax.time.TAIInstant
-
Obtains an instance of TAIInstant
from a UTCInstant
.
- of(Instant) - Static method in class javax.time.UTCInstant
-
Obtains an instance of UTCInstant
from a provider of instants
using the system default leap second rules.
- of(Instant, UTCRules) - Static method in class javax.time.UTCInstant
-
Obtains an instance of UTCInstant
from a provider of instants
using the specified leap second rules.
- of(TAIInstant) - Static method in class javax.time.UTCInstant
-
Obtains an instance of UTCInstant
from a TAI instant
using the system default leap second rules.
- of(TAIInstant, UTCRules) - Static method in class javax.time.UTCInstant
-
Obtains an instance of UTCInstant
from a TAI instant
using the specified leap second rules.
- ofDateFields(int, int, int) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from date-based fields.
- ofDateFields(PeriodProvider) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from the date-based fields of a period.
- ofDays(int) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a number of days.
- ofEpochDays(long) - Static method in class javax.time.calendar.LocalDate
-
Obtains an instance of LocalDate
from the epoch days count.
- ofEpochMillis(long) - Static method in class javax.time.Instant
-
Obtains an instance of Instant
using milliseconds from the
epoch of 1970-01-01T00:00:00Z.
- ofEpochNanos(long) - Static method in class javax.time.Instant
-
Obtains an instance of Instant
using nanoseconds from the
epoch of 1970-01-01T00:00:00Z.
- ofEpochNanos(BigInteger) - Static method in class javax.time.Instant
-
Obtains an instance of Instant
using nanoseconds from the
epoch of 1970-01-01T00:00:00Z.
- ofEpochSeconds(long, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
using seconds from the
epoch of 1970-01-01T00:00:00Z.
- ofEpochSeconds(long, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
using seconds from the
epoch of 1970-01-01T00:00:00Z.
- ofEpochSeconds(long) - Static method in class javax.time.Instant
-
Obtains an instance of Instant
using seconds from the
epoch of 1970-01-01T00:00:00Z.
- ofEpochSeconds(long, long) - Static method in class javax.time.Instant
-
Obtains an instance of Instant
using seconds from the
epoch of 1970-01-01T00:00:00Z and nanosecond fraction of second.
- ofEpochSeconds(BigDecimal) - Static method in class javax.time.Instant
-
Obtains an instance of Instant
using seconds from the
epoch of 1970-01-01T00:00:00Z.
- ofFixed(ZoneOffset) - Static method in class javax.time.calendar.zone.ZoneRules
-
Obtains a rules instance for a specific offset.
- OFFSET_MJD_EPOCH - Static variable in class javax.time.UTCRules
-
Constant for the offset from MJD day 0 to the Java Epoch of 1970-01-01: 40587.
- OFFSET_MJD_TAI - Static variable in class javax.time.UTCRules
-
Constant for the offset from MJD day 0 to TAI day 0 of 1958-01-01: 36204.
- offsetDate() - Method in class javax.time.calendar.Clock
-
Gets the current offset date.
- OffsetDate - Class in javax.time.calendar
-
A date with a zone offset from UTC in the ISO-8601 calendar system,
such as 2007-12-03+01:00
.
- offsetDateTime() - Method in class javax.time.calendar.Clock
-
Gets the current offset date-time with maximum resolution of up to nanoseconds.
- OffsetDateTime - Class in javax.time.calendar
-
A date-time with a zone offset from UTC in the ISO-8601 calendar system,
such as 2007-12-03T10:15:30+01:00
.
- offsetDateTimeToMinute() - Method in class javax.time.calendar.Clock
-
Gets the current offset date-time with a resolution of minutes.
- offsetDateTimeToSecond() - Method in class javax.time.calendar.Clock
-
Gets the current offset date-time with a resolution of seconds.
- offsetSystem(Duration) - Static method in class javax.time.TimeSource
-
Gets a time-source that obtains the current instant using the system
millisecond clock and adjusts by a fixed offset.
- offsetTime() - Method in class javax.time.calendar.Clock
-
Gets the current offset time with maximum resolution of up to nanoseconds.
- OffsetTime - Class in javax.time.calendar
-
A time with a zone offset from UTC in the ISO-8601 calendar system,
such as 10:15:30+01:00
.
- offsetTimeToMinute() - Method in class javax.time.calendar.Clock
-
Gets the current offset time with a resolution of minutes.
- offsetTimeToSecond() - Method in class javax.time.calendar.Clock
-
Gets the current offset time with a resolution of seconds.
- ofHours(int) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a number of hours.
- ofHours(int) - Static method in class javax.time.calendar.ZoneOffset
-
Obtains an instance of ZoneOffset
using an offset in hours.
- ofHoursMinutes(int, int) - Static method in class javax.time.calendar.ZoneOffset
-
Obtains an instance of ZoneOffset
using an offset in
hours and minutes.
- ofHoursMinutesSeconds(int, int, int) - Static method in class javax.time.calendar.ZoneOffset
-
Obtains an instance of ZoneOffset
using an offset in
hours, minutes and seconds.
- ofInstant(InstantProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDate
-
Obtains an instance of OffsetDate
from an InstantProvider
.
- ofInstant(InstantProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from an InstantProvider
.
- ofInstant(InstantProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetTime
-
Obtains an instance of OffsetTime
from an InstantProvider
.
- ofInstant(InstantProvider, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from an Instant
.
- ofInstant(OffsetDateTime, TimeZone) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from the instant of an OffsetDateTime
.
- ofMidnight(int, MonthOfYear, int) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month and
day with the time set to midnight at the start of day.
- ofMidnight(int, int, int) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from year, month and
day with the time set to midnight at the start of day.
- ofMidnight(DateProvider) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from a date with the
time set to midnight at the start of day.
- ofMidnight(int, MonthOfYear, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from year, month and
day with the time set to midnight at the start of day.
- ofMidnight(int, int, int, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from year, month and
day with the time set to midnight at the start of day.
- ofMidnight(DateProvider, ZoneOffset) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a date with the
time set to midnight at the start of day.
- ofMillis(long) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a number of milliseconds.
- ofMinutes(int) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a number of minutes.
- ofModifiedJulianDays(long) - Static method in class javax.time.calendar.LocalDate
-
Obtains an instance of LocalDate
from the Modified Julian Day (MJD).
- ofModifiedJulianDays(long, long) - Static method in class javax.time.UTCInstant
-
Obtains an instance of UTCInstant
from a Modified Julian Day with
a nanosecond fraction of second using the system default leap second rules.
- ofModifiedJulianDays(long, long, UTCRules) - Static method in class javax.time.UTCInstant
-
Obtains an instance of UTCInstant
from a Modified Julian Day with
a nanosecond fraction of second using the specified leap second rules.
- ofMonths(int) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a number of months.
- ofNanoOfDay(long) - Static method in class javax.time.calendar.LocalTime
-
Obtains an instance of LocalTime
from a nanos-of-day value.
- ofNanos(long) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a number of nanoseconds.
- ofNanos(long) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a number of nanoseconds.
- ofNanos(BigInteger) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a number of nanoseconds.
- ofSecondOfDay(long) - Static method in class javax.time.calendar.LocalTime
-
Obtains an instance of LocalTime
from a second-of-day value.
- ofSecondOfDay(long, int) - Static method in class javax.time.calendar.LocalTime
-
Obtains an instance of LocalTime
from a second-of-day value, with
associated nanos of second.
- ofSeconds(int) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a number of seconds.
- ofSeconds(long) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a number of seconds.
- ofSeconds(long, long) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a number of seconds
and an adjustment in nanoseconds.
- ofSeconds(BigDecimal) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a number of seconds.
- ofStandardDays(long) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a number of standard length days.
- ofStandardHours(long) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a number of standard length hours.
- ofStandardMinutes(long) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
from a number of standard length minutes.
- ofTAISeconds(long, long) - Static method in class javax.time.TAIInstant
-
Obtains an instance of TAIInstant
from the number of seconds from
the TAI epoch of 1958-01-01T00:00:00(TAI) with a nanosecond fraction of second.
- ofTimeFields(int, int, int) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from time-based fields.
- ofTimeFields(int, int, int, long) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from time-based fields.
- ofTimeFields(PeriodProvider) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from the time-based fields of a period.
- ofTotal(PeriodProvider...) - Static method in class javax.time.calendar.PeriodFields
-
Obtains a PeriodFields
by totalling the amounts in a list of
PeriodProvider
instances.
- ofTotalSeconds(int) - Static method in class javax.time.calendar.ZoneOffset
-
Obtains an instance of ZoneOffset
specifying the total offset in seconds
- ofUnchecked(String) - Static method in class javax.time.calendar.TimeZone
-
Obtains an instance of TimeZone
from an identifier without checking
if the time-zone has available rules.
- ofYears(int) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a number of years.
- OLD_IDS_POST_2005 - Static variable in class javax.time.calendar.TimeZone
-
A map of zone overrides to enable the older US time-zone names to be used.
- OLD_IDS_PRE_2005 - Static variable in class javax.time.calendar.TimeZone
-
A map of zone overrides to enable the older US time-zone names to be used.
- optionalEnd() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Ends an optional section.
- optionalStart() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Mark the start of an optional section.
- padNext(int) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Causes the next added printer/parser to pad to a fixed width using a space.
- padNext(int, char) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Causes the next added printer/parser to pad to a fixed width.
- parse(String, CalendricalRule<T>) - Method in class javax.time.calendar.format.DateTimeFormatter
-
Fully parses the text producing an object of the type defined by the rule.
- parse(String) - Method in class javax.time.calendar.format.DateTimeFormatter
-
Fully parses the text returning a merger that can be used to manage the
merging of separate parsed fields to a meaningful calendrical.
- parse(String, ParsePosition) - Method in class javax.time.calendar.format.DateTimeFormatter
-
Parses the text into a Calendrical.
- parse(DateTimeParseContext, String, int) - Method in interface javax.time.calendar.format.DateTimeParser
-
Parses from the supplied text and position into the calendrical.
- parse(String) - Static method in class javax.time.calendar.LocalDate
-
Obtains an instance of LocalDate
from a text string such as 2007-12-03
.
- parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.LocalDate
-
Obtains an instance of LocalDate
from a text string using a specific formatter.
- parse(String) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from a text string such as 2007-12-03T10:15:30
.
- parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.LocalDateTime
-
Obtains an instance of LocalDateTime
from a text string using a specific formatter.
- parse(String) - Static method in class javax.time.calendar.LocalTime
-
Obtains an instance of LocalTime
from a text string such as 10:15
.
- parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.LocalTime
-
Obtains an instance of LocalTime
from a text string using a specific formatter.
- parse(String) - Static method in class javax.time.calendar.MonthDay
-
Obtains an instance of MonthDay
from a text string such as --12-03
.
- parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.MonthDay
-
Obtains an instance of MonthDay
from a text string using a specific formatter.
- parse(String) - Static method in class javax.time.calendar.OffsetDate
-
Obtains an instance of OffsetDate
from a text string such as 2007-12-03+01:00
.
- parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.OffsetDate
-
Obtains an instance of OffsetDate
from a text string using a specific formatter.
- parse(String) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a text string such as 2007-12-03T10:15:30+01:00
.
- parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a text string using a specific formatter.
- parse(String) - Static method in class javax.time.calendar.OffsetTime
-
Obtains an instance of OffsetTime
from a text string such as 10:15:30+01:00
.
- parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.OffsetTime
-
Obtains an instance of OffsetTime
from a text string using a specific formatter.
- parse(String) - Static method in class javax.time.calendar.Period
-
Obtains a Period
from a text string such as PnYnMnDTnHnMn.nS
.
- parse(String) - Static method in class javax.time.calendar.YearMonth
-
Obtains an instance of YearMonth
from a text string such as 2007-12
.
- parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.YearMonth
-
Obtains an instance of YearMonth
from a text string using a specific formatter.
- parse(String) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a text string such as
2007-12-03T10:15:30+01:00[Europe/Paris]
.
- parse(String, DateTimeFormatter) - Static method in class javax.time.calendar.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a text string using a specific formatter.
- parse(String) - Static method in class javax.time.Duration
-
Obtains an instance of Duration
by parsing a string.
- parse(String) - Static method in class javax.time.Instant
-
Obtains an instance of Instant
by parsing a string.
- parse(String) - Static method in class javax.time.TAIInstant
-
Obtains an instance of TAIInstant
from a text string.
- parseCaseInsensitive() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Changes the parse style to be case insensitive for the remainder of the formatter.
- parseCaseSensitive() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Changes the parse style to be case sensitive for the remainder of the formatter.
- parseLenient() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Changes the parse style to be lenient for the remainder of the formatter.
- parseStrict() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Changes the parse style to be strict for the remainder of the formatter.
- partLenient() - Static method in class javax.time.calendar.DateResolvers
-
Returns the part lenient resolver, which adjusts the date to be
valid by moving it to the next month by the number of days that
are invalid up to the 31st of the month.
- pattern(String) - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Creates a formatter using the specified pattern.
- pattern(String, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Creates a formatter using the specified pattern.
- Period - Class in javax.time.calendar
-
An immutable period consisting of the ISO-8601 year, month, day, hour,
minute, second and nanosecond units, such as '3 Months, 4 Days and 7 Hours'.
- period12Hours() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for twelve hours, as used by AM/PM.
- period24Hours() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for twenty-four hours, that is often treated as a day.
- periodCenturies() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for centuries of 100 years.
- periodDays() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for days.
- periodDays() - Static method in class javax.time.i18n.CopticChronology
-
Gets the period unit for days.
- periodDays() - Static method in class javax.time.i18n.HistoricChronology
-
Gets the period unit for days.
- periodDays() - Static method in class javax.time.i18n.JulianChronology
-
Gets the period unit for days.
- periodDecades() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for decades of 10 years.
- periodEras() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for eras.
- periodEras() - Static method in class javax.time.i18n.HistoricChronology
-
Gets the period unit for eras.
- PeriodField - Class in javax.time.calendar
-
A period of time measured using a single unit, such as '3 Days' or '65 Seconds'.
- PeriodFields - Class in javax.time.calendar
-
A period of time measured using a number of different units,
such as '3 Months, 4 Days and 7 Hours'.
- periodHours() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for hours of 60 minutes.
- periodMicros() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for microseconds.
- periodMillennia() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for millennia of 1000 years.
- periodMillis() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for milliseconds.
- periodMinutes() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for minutes of 60 seconds.
- periodMonths() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for months.
- periodMonths() - Static method in class javax.time.i18n.CopticChronology
-
Gets the period unit for months.
- periodMonths() - Static method in class javax.time.i18n.HistoricChronology
-
Gets the period unit for months.
- periodMonths() - Static method in class javax.time.i18n.JulianChronology
-
Gets the period unit for months.
- periodNanos() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for nanoseconds.
- PeriodProvider - Interface in javax.time.calendar
-
Provides access to a period of time, such as '2 Years and 5 Months'.
- periodQuarters() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for quarters of 3 months.
- periodSeconds() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for seconds.
- PeriodUnit - Class in javax.time.calendar
-
A unit of time for measuring a period, such as 'Days' or 'Minutes'.
- PeriodUnit(String, Duration) - Constructor for class javax.time.calendar.PeriodUnit
-
Constructor to create a base unit that cannot be derived.
- PeriodUnit(String, PeriodField) - Constructor for class javax.time.calendar.PeriodUnit
-
Constructor to create a unit that is derived from another smaller unit.
- periodWeekBasedYears() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for week-based-years.
- periodWeeks() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for weeks of 7 days.
- periodWeeks() - Static method in class javax.time.i18n.CopticChronology
-
Gets the period unit for weeks.
- periodWeeks() - Static method in class javax.time.i18n.HistoricChronology
-
Gets the period unit for weeks.
- periodWeeks() - Static method in class javax.time.i18n.JulianChronology
-
Gets the period unit for weeks.
- periodYears() - Static method in class javax.time.calendar.ISOChronology
-
Gets the period unit for years of 12 months.
- periodYears() - Static method in class javax.time.i18n.CopticChronology
-
Gets the period unit for years.
- periodYears() - Static method in class javax.time.i18n.HistoricChronology
-
Gets the period unit for years.
- periodYears() - Static method in class javax.time.i18n.JulianChronology
-
Gets the period unit for years.
- plus(PeriodProvider) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified date period added.
- plus(PeriodProvider) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period added.
- plus(Duration) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified duration added.
- plus(PeriodProvider) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period added.
- plus(Duration) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified duration added.
- plus(PeriodProvider) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified date period added.
- plus(PeriodProvider) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period added.
- plus(Duration) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified duration added.
- plus(PeriodProvider) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period added.
- plus(Duration) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified duration added.
- plus(PeriodProvider) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified period added.
- plus(PeriodField) - Method in class javax.time.calendar.PeriodField
-
Returns a copy of this period with the specified period added.
- plus(long) - Method in class javax.time.calendar.PeriodField
-
Returns a copy of this period with the specified period added.
- plus(PeriodProvider) - Method in class javax.time.calendar.PeriodFields
-
Returns a copy of this period with the specified period added.
- plus(long, PeriodUnit) - Method in class javax.time.calendar.PeriodFields
-
Returns a copy of this period with the specified period added.
- plus(PeriodProvider) - Method in class javax.time.calendar.Year
-
Returns a copy of this Year
with the specified period added.
- plus(PeriodProvider) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth
with the specified period added.
- plus(PeriodProvider) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period added.
- plus(PeriodProvider, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period added.
- plus(PeriodProvider) - Method in class javax.time.calendar.ZoneOffset
-
Returns a copy of this offset with the specified period added.
- plus(Duration) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified Duration
added.
- plus(long, TimeUnit) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified duration added.
- plus(Duration) - Method in class javax.time.Instant
-
Returns a copy of this instant with the specified duration added.
- plus(long, TimeUnit) - Method in class javax.time.Instant
-
Returns a copy of this duration with the specified duration added.
- plus(Duration) - Method in class javax.time.TAIInstant
-
Returns a copy of this instant with the specified duration added.
- plus(Duration) - Method in class javax.time.UTCInstant
-
Returns a copy of this instant with the specified duration added.
- plusDays(long) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified number of days added.
- plusDays(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in days added.
- plusDays(long) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in days added.
- plusDays(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified period in days added.
- plusDays(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of days added.
- plusDays(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in days added.
- plusDays(int) - Method in class javax.time.i18n.CopticDate
-
Returns a copy of this date with the specified number of days added.
- plusDays(int) - Method in class javax.time.i18n.HistoricDate
-
Returns a copy of this date with the specified number of days added.
- plusDuration(PeriodProvider) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified duration added.
- plusDuration(Duration) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified duration added.
- plusDuration(int, int, int, long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified duration added.
- plusHours(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in hours added.
- plusHours(long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period in hours added.
- plusHours(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in hours added.
- plusHours(long) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in hours added.
- plusHours(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of hours added.
- plusHours(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in hours added.
- plusMillis(long) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified number of milliseconds added.
- plusMillis(long) - Method in class javax.time.Instant
-
Returns a copy of this instant with the specified duration in milliseconds added.
- plusMinutes(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in minutes added.
- plusMinutes(long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period in minutes added.
- plusMinutes(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in minutes added.
- plusMinutes(long) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in minutes added.
- plusMinutes(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of minutes added.
- plusMinutes(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in minutes added.
- plusMonths(long) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in months added.
- plusMonths(long, DateResolver) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in months added.
- plusMonths(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in months added.
- plusMonths(long, DateResolver) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in months added.
- plusMonths(long) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in months added.
- plusMonths(long, DateResolver) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in months added.
- plusMonths(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in months added.
- plusMonths(long, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in months added.
- plusMonths(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of months added.
- plusMonths(long) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth with the specified period in months added.
- plusMonths(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in months added.
- plusMonths(int) - Method in class javax.time.i18n.CopticDate
-
Returns a copy of this date with the specified number of months added.
- plusMonths(int) - Method in class javax.time.i18n.HistoricDate
-
Returns a copy of this date with the specified number of months added.
- plusNanos(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in nanoseconds added.
- plusNanos(long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period in nanoseconds added.
- plusNanos(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in nanoseconds added.
- plusNanos(long) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in nanoseconds added.
- plusNanos(long) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of nanoseconds added.
- plusNanos(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in nanoseconds added.
- plusNanos(long) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified number of nanoseconds added.
- plusNanos(long) - Method in class javax.time.Instant
-
Returns a copy of this instant with the specified duration in nanoseconds added.
- plusSeconds(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in seconds added.
- plusSeconds(long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period in seconds added.
- plusSeconds(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in seconds added.
- plusSeconds(long) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified period in seconds added.
- plusSeconds(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of seconds added.
- plusSeconds(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in seconds added.
- plusSeconds(long) - Method in class javax.time.Duration
-
Returns a copy of this duration with the specified number of seconds added.
- plusSeconds(long) - Method in class javax.time.Instant
-
Returns a copy of this instant with the specified duration in seconds added.
- plusWeeks(long) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in weeks added.
- plusWeeks(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in weeks added.
- plusWeeks(long) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in weeks added.
- plusWeeks(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified period in weeks added.
- plusWeeks(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in weeks added.
- plusWeeks(int) - Method in class javax.time.i18n.CopticDate
-
Returns a copy of this date with the specified number of weeks added.
- plusWithOverflow(long, long, long, long) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the specified period added,
returning the new time with any overflow in days.
- plusYears(long) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in years added.
- plusYears(long, DateResolver) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the specified period in years added.
- plusYears(long) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in years added.
- plusYears(long, DateResolver) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified period in years added.
- plusYears(long) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in years added.
- plusYears(long, DateResolver) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified period in years added.
- plusYears(long) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in years added.
- plusYears(long, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified period in years added.
- plusYears(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified number of years added.
- plusYears(long) - Method in class javax.time.calendar.Year
-
Returns a copy of this Year with the specified number of years added.
- plusYears(long) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth with the specified period in years added.
- plusYears(long) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified period in years added.
- plusYears(int) - Method in class javax.time.i18n.CopticDate
-
Returns a copy of this date with the specified number of years added.
- plusYears(int) - Method in class javax.time.i18n.HistoricDate
-
Returns a copy of this date with the specified number of years added.
- postGapPreOverlap() - Static method in class javax.time.calendar.ZoneResolvers
-
Returns the post-gap-pre-overlap zone resolver, which returns the instant
after the transition for gaps, and the earlier offset for overlaps.
- postTransition() - Static method in class javax.time.calendar.ZoneResolvers
-
Returns the post-transition zone resolver, which returns the instant
after the transition for gaps, and the later offset for overlaps.
- preTransition() - Static method in class javax.time.calendar.ZoneResolvers
-
Returns the pre-transition zone resolver, which returns the instant
one nanosecond before the transition for gaps, and the earlier offset
for overlaps.
- previous(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
-
Returns the previous day-of-week adjuster, which adjusts the date to be
the previous of the specified day-of-week after the specified date.
- previous() - Method in enum javax.time.calendar.DayOfWeek
-
Gets the previous day-of-week.
- previous() - Method in enum javax.time.calendar.MonthOfYear
-
Gets the previous month-of-year.
- previous() - Method in enum javax.time.calendar.QuarterOfYear
-
Gets the previous quarter-of-year.
- previous() - Method in class javax.time.calendar.Year
-
Returns the previous year.
- previousLeap() - Method in class javax.time.calendar.Year
-
Returns the previous leap year before the current year.
- previousOrCurrent(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
-
Returns the previous or current day-of-week adjuster, which adjusts the
date to be be the previous of the specified day-of-week, returning the
input date if the day-of-week matched.
- previousTransition(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
-
Gets the previous transition after the specified transition.
- previousValid() - Static method in class javax.time.calendar.DateResolvers
-
Returns the previous valid day resolver, which adjusts the date to be
valid by moving to the last valid day of the month.
- print(Calendrical) - Method in class javax.time.calendar.format.DateTimeFormatter
-
Prints the calendrical using this formatter.
- print(Calendrical, Appendable) - Method in class javax.time.calendar.format.DateTimeFormatter
-
Prints the calendrical to an Appendable using this formatter.
- print(Calendrical, Appendable, DateTimeFormatSymbols) - Method in interface javax.time.calendar.format.DateTimePrinter
-
Prints the calendrical object to the appendable.
- pushForward() - Static method in class javax.time.calendar.ZoneResolvers
-
Returns the push forward resolver, which changes the time of the result
in a gap by adding the lenth of the gap.
- TAIInstant - Class in javax.time
-
An instantaneous point on the time-line measured in the TAI time-scale.
- taiInstant() - Method in class javax.time.TimeSource
-
Gets the current TAIInstant
.
- TextStore(Locale, Map<Integer, String>) - Constructor for class javax.time.calendar.DateTimeFieldRule.TextStore
-
Constructor.
- time() - Method in class javax.time.calendar.Clock
-
Gets the current time with maximum resolution of up to nanoseconds.
- time(DateTimeFormatterBuilder.FormatStyle, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
-
Returns a locale specific time format.
- TimeAdjuster - Interface in javax.time.calendar
-
Strategy for adjusting a time.
- TimeProvider - Interface in javax.time.calendar
-
Provides access to a time in the ISO-8601 calendar system.
- TimeSource - Class in javax.time
-
A source providing access to the current instant.
- TimeSource() - Constructor for class javax.time.TimeSource
-
Constructor accessible by subclasses.
- timeToMinute() - Method in class javax.time.calendar.Clock
-
Gets the current time with a resolution of minutes.
- timeToSecond() - Method in class javax.time.calendar.Clock
-
Gets the current time with a resolution of seconds.
- TimeZone - Class in javax.time.calendar
-
A time-zone representing the set of rules by which the zone offset
varies through the year and historically.
- toCalendricalMerger() - Method in class javax.time.calendar.format.DateTimeParseContext
-
Returns a CalendricalMerger
that can be used to interpret
the results of the parse.
- today() - Method in class javax.time.calendar.Clock
-
Gets today's date.
- toDuration() - Method in class javax.time.calendar.Period
-
Calculates the accurate duration of this period.
- toDuration() - Method in class javax.time.calendar.PeriodField
-
Calculates the accurate duration of this period.
- toDuration() - Method in class javax.time.calendar.PeriodFields
-
Calculates the accurate duration of this period.
- toDurationWith24HourDays() - Method in class javax.time.calendar.Period
-
Calculates the accurate duration of this period.
- toEpochDays() - Method in class javax.time.calendar.LocalDate
-
Converts this LocalDate
to Epoch Days.
- toEpochMillisLong() - Method in class javax.time.Instant
-
Converts this instant to the number of milliseconds from the epoch
of 1970-01-01T00:00:00Z.
- toEpochNanos() - Method in class javax.time.Instant
-
Converts this instant to the number of nanoseconds from the epoch
of 1970-01-01T00:00:00Z expressed as a BigInteger
.
- toEpochSeconds() - Method in class javax.time.calendar.OffsetDateTime
-
Converts this date-time to the number of seconds from the epoch
of 1970-01-01T00:00:00Z.
- toEpochSeconds() - Method in class javax.time.calendar.ZonedDateTime
-
Converts this ZonedDateTime
to the number of seconds from the epoch
of 1970-01-01T00:00:00Z.
- toEpochSeconds() - Method in class javax.time.Instant
-
Converts this instant to the number of seconds from the epoch
of 1970-01-01T00:00:00Z expressed as a BigDecimal
.
- toEquivalent(PeriodUnit) - Method in class javax.time.calendar.PeriodField
-
Converts this period to an equivalent in the specified unit.
- toEquivalent(PeriodUnit...) - Method in class javax.time.calendar.PeriodField
-
Converts this period to an equivalent in one of the units specified.
- toEquivalent(PeriodUnit...) - Method in class javax.time.calendar.PeriodFields
-
Converts this period to one containing only the units specified.
- toEstimatedDuration() - Method in class javax.time.calendar.Period
-
Estimates the duration of this period.
- toEstimatedDuration() - Method in class javax.time.calendar.PeriodField
-
Estimates the duration of this period.
- toEstimatedDuration() - Method in class javax.time.calendar.PeriodFields
-
Estimates the duration of this period.
- toFieldValueMap() - Method in class javax.time.calendar.DateTimeFields
-
Converts this object to a map of fields to values.
- toFormat() - Method in class javax.time.calendar.format.DateTimeFormatter
-
Returns this formatter as a java.text.Format
instance.
- toFormatter() - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Completes this builder by creating the DateTimeFormatter using the default locale.
- toFormatter(Locale) - Method in class javax.time.calendar.format.DateTimeFormatterBuilder
-
Completes this builder by creating the DateTimeFormatter using the specified locale.
- toInstant() - Method in class javax.time.calendar.OffsetDate
-
Converts this date to an Instant
at midnight.
- toInstant() - Method in class javax.time.calendar.OffsetDateTime
-
Converts this date-time to an Instant
.
- toInstant() - Method in class javax.time.calendar.ZonedDateTime
-
Converts this ZonedDateTime
to an Instant
.
- toInstant() - Method in class javax.time.Instant
-
Converts this instant to an Instant
, trivially returning this
.
- toInstant() - Method in interface javax.time.InstantProvider
-
Returns an instance of Instant
initialized from the
state of this object.
- toInstant() - Method in class javax.time.TAIInstant
-
Converts this instant to an Instant
using the system default
leap second rules.
- toInstant() - Method in class javax.time.UTCInstant
-
Converts this instant to an Instant
using the system default
leap second rules.
- toLocalDate() - Method in interface javax.time.calendar.DateProvider
-
Returns an instance of LocalDate
initialized from the
state of this object.
- toLocalDate() - Method in class javax.time.calendar.LocalDate
-
Converts this date to a LocalDate
, trivially
returning this
.
- toLocalDate() - Method in class javax.time.calendar.LocalDateTime
-
Converts this date-time to a LocalDate
.
- toLocalDate() - Method in class javax.time.calendar.OffsetDate
-
Converts this date to a LocalDate
.
- toLocalDate() - Method in class javax.time.calendar.OffsetDateTime
-
Converts this date-time to a LocalDate
.
- toLocalDate() - Method in class javax.time.calendar.ZonedDateTime
-
Converts this ZonedDateTime
to a LocalDate
.
- toLocalDate() - Method in class javax.time.i18n.CopticDate
-
Converts this date to a LocalDate
, which is the default representation
of a date, and provides values in the ISO-8601 calendar system.
- toLocalDate() - Method in class javax.time.i18n.HistoricDate
-
Converts this date to an ISO-8601 calendar system LocalDate
.
- toLocalDateTime() - Method in interface javax.time.calendar.DateTimeProvider
-
Returns an instance of LocalDateTime
initialized from the
state of this object.
- toLocalDateTime() - Method in class javax.time.calendar.LocalDateTime
-
Converts this date-time to a LocalDateTime
,
trivially returning this
.
- toLocalDateTime(LocalDate) - Method in class javax.time.calendar.LocalTime.Overflow
-
Creates a LocalDateTime
from the specified date and this instance.
- toLocalDateTime() - Method in class javax.time.calendar.OffsetDateTime
-
Converts this date-time to a LocalDateTime
.
- toLocalDateTime() - Method in class javax.time.calendar.ZonedDateTime
-
Converts this ZonedDateTime
to a LocalDateTime
.
- toLocalTime() - Method in class javax.time.calendar.LocalDateTime
-
Converts this date-time to a LocalTime
.
- toLocalTime() - Method in class javax.time.calendar.LocalTime
-
Converts this time to a LocalTime
, trivially
returning this
.
- toLocalTime() - Method in class javax.time.calendar.OffsetDateTime
-
Converts this date-time to a LocalTime
.
- toLocalTime() - Method in class javax.time.calendar.OffsetTime
-
Converts this time to a LocalTime
.
- toLocalTime() - Method in interface javax.time.calendar.TimeProvider
-
Returns an instance of LocalTime
initialized from the
state of this object.
- toLocalTime() - Method in class javax.time.calendar.ZonedDateTime
-
Converts this ZonedDateTime
to a LocalTime
.
- toMap() - Method in class javax.time.calendar.PeriodFields
-
Returns a Map
equivalent to this period.
- toMillisLong() - Method in class javax.time.Duration
-
Converts this duration to the total length in milliseconds.
- toModifiedJulianDays() - Method in class javax.time.calendar.LocalDate
-
Converts this LocalDate
to Modified Julian Days (MJD).
- tomorrow() - Method in class javax.time.calendar.Clock
-
Gets tomorrow's date.
- toNanoOfDay() - Method in class javax.time.calendar.LocalTime
-
Extracts the time as nanos of day,
from 0
to 24 * 60 * 60 * 1,000,000,000 - 1
.
- toNanos() - Method in class javax.time.Duration
-
Converts this duration to the total length in nanoseconds expressed as a BigInteger
.
- toNanosLong() - Method in class javax.time.Duration
-
Converts this duration to the total length in nanoseconds expressed as a long
.
- toOffsetDate() - Method in class javax.time.calendar.OffsetDateTime
-
Converts this date-time to an OffsetDate
.
- toOffsetDate() - Method in class javax.time.calendar.ZonedDateTime
-
Converts this ZonedDateTime
to a OffsetDate
.
- toOffsetDateTime() - Method in class javax.time.calendar.ZonedDateTime
-
Converts this ZonedDateTime
to a OffsetDateTime
.
- toOffsetTime() - Method in class javax.time.calendar.OffsetDateTime
-
Converts this date-time to an OffsetTime
.
- toOffsetTime() - Method in class javax.time.calendar.ZonedDateTime
-
Converts this ZonedDateTime
to a OffsetTime
.
- toOverflow(long) - Method in class javax.time.calendar.LocalTime
-
Returns this time wrapped as an days-overflow.
- toPeriod() - Method in class javax.time.calendar.ZoneOffset
-
Converts this offset to a period.
- toPeriodFields() - Method in class javax.time.calendar.Period
-
Converts this period to a PeriodFields
.
- toPeriodFields() - Method in class javax.time.calendar.PeriodField
-
Converts this period to a PeriodFields
.
- toPeriodFields() - Method in class javax.time.calendar.PeriodFields
-
Converts this period to a PeriodFields
, trivially
returning this
.
- toPeriodFields() - Method in interface javax.time.calendar.PeriodProvider
-
Returns an instance of PeriodFields
initialized from the
state of this object.
- toRules(String) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
-
Completes the build converting the builder to a set of time-zone rules.
- toSecondOfDay() - Method in class javax.time.calendar.LocalTime
-
Extracts the time as seconds of day,
from 0
to 24 * 60 * 60 - 1
.
- toSeconds() - Method in class javax.time.Duration
-
Converts this duration to the total length in seconds and
fractional nanoseconds expressed as a BigDecimal
.
- toString() - Method in class javax.time.calendar.CalendricalMerger
- toString() - Method in class javax.time.calendar.CalendricalRule
-
Returns a string representation of the rule.
- toString() - Method in class javax.time.calendar.Chronology
-
Returns a textual description of the chronology.
- toString() - Method in class javax.time.calendar.DateTimeFields
-
Outputs the fields as a String
.
- toString() - Method in class javax.time.calendar.format.DateTimeFormatter
-
Returns a description of the underlying formatters.
- toString() - Method in class javax.time.calendar.format.DateTimeParseContext
-
Returns a string version of the context for debugging.
- toString() - Method in class javax.time.calendar.LocalDate
-
Outputs this date as a String
, such as 2007-12-03
.
- toString(DateTimeFormatter) - Method in class javax.time.calendar.LocalDate
-
Outputs this date as a String
using the formatter.
- toString() - Method in class javax.time.calendar.LocalDateTime
-
Outputs this date-time as a String
, such as 2007-12-03T10:15:30
.
- toString(DateTimeFormatter) - Method in class javax.time.calendar.LocalDateTime
-
Outputs this date-time as a String
using the formatter.
- toString() - Method in class javax.time.calendar.LocalTime.Overflow
-
Returns a string description of this instance.
- toString() - Method in class javax.time.calendar.LocalTime
-
Outputs this time as a String
, such as 10:15
.
- toString(DateTimeFormatter) - Method in class javax.time.calendar.LocalTime
-
Outputs this time as a String
using the formatter.
- toString() - Method in class javax.time.calendar.MonthDay
-
Outputs this month-day as a String
, such as --12-03
.
- toString(DateTimeFormatter) - Method in class javax.time.calendar.MonthDay
-
Outputs this month-day as a String
using the formatter.
- toString() - Method in class javax.time.calendar.OffsetDate
-
Outputs this date as a String
, such as 2007-12-03+01:00
.
- toString(DateTimeFormatter) - Method in class javax.time.calendar.OffsetDate
-
Outputs this date as a String
using the formatter.
- toString() - Method in class javax.time.calendar.OffsetDateTime
-
Outputs this date-time as a String
, such as 2007-12-03T10:15:30+01:00
.
- toString(DateTimeFormatter) - Method in class javax.time.calendar.OffsetDateTime
-
Outputs this date-time as a String
using the formatter.
- toString() - Method in class javax.time.calendar.OffsetTime
-
Outputs this time as a String
, such as 10:15:30+01:00
.
- toString(DateTimeFormatter) - Method in class javax.time.calendar.OffsetTime
-
Outputs this time as a String
using the formatter.
- toString() - Method in class javax.time.calendar.Period
-
Returns a string representation of the amount of time.
- toString() - Method in class javax.time.calendar.PeriodField
-
Returns a string representation of this period, such as '6 Days'.
- toString() - Method in class javax.time.calendar.PeriodFields
-
Returns a string representation of the period, such as '[6 Days, 13 Hours]'.
- toString() - Method in class javax.time.calendar.PeriodUnit
-
Returns a string representation of the unit.
- toString() - Method in class javax.time.calendar.TimeZone
-
Returns a string representation of the time-zone.
- toString() - Method in class javax.time.calendar.Year
-
Outputs the string form of the year.
- toString() - Method in class javax.time.calendar.YearMonth
-
Outputs this year-month as a String
, such as 2007-12
.
- toString(DateTimeFormatter) - Method in class javax.time.calendar.YearMonth
-
Outputs this year-month as a String
using the formatter.
- toString() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
-
Returns a string describing this object.
- toString() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
-
Returns a string describing this object.
- toString() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
-
Returns a string describing this object.
- toString() - Method in class javax.time.calendar.zone.ZoneRulesGroup
-
Returns a string representation of the group using the group ID.
- toString() - Method in class javax.time.calendar.ZonedDateTime
-
Outputs this date-time as a String
, such as
2007-12-03T10:15:30+01:00[Europe/Paris]
.
- toString(DateTimeFormatter) - Method in class javax.time.calendar.ZonedDateTime
-
Outputs this date-time as a String
using the formatter.
- toString() - Method in class javax.time.calendar.ZoneOffset
-
Returns a string representation of the zone offset, which is the same
as the normalized id.
- toString() - Method in class javax.time.Duration
-
A string representation of this duration using ISO-8601 seconds
based representation, such as PT12.345S
.
- toString() - Method in class javax.time.i18n.CopticDate
-
Outputs this date as a String
, such as 1723-13-01 (Coptic)
.
- toString() - Method in class javax.time.i18n.HistoricDate
-
Outputs the date as a String
, such as '1723-13-01 (Historic 2010-10-15)'.
- toString() - Method in class javax.time.Instant
-
A string representation of this instant using ISO-8601 representation.
- toString() - Method in class javax.time.TAIInstant
-
A string representation of this instant.
- toString() - Method in class javax.time.UTCInstant
-
A string representation of this instant.
- toString() - Method in class javax.time.UTCRules
-
A string representation of these rules.
- toTAIInstant() - Method in class javax.time.UTCInstant
-
Converts this instant to a TAIInstant
using the stored
leap second rules.
- totalDaysWith24HourDays() - Method in class javax.time.calendar.Period
-
Gets the total number of days represented by this period using standard
assumptions for the meaning of day, hour, minute and second.
- totalHours() - Method in class javax.time.calendar.Period
-
Gets the total number of hours represented by this period using standard
assumptions for the meaning of hour, minute and second.
- totalHoursWith24HourDays() - Method in class javax.time.calendar.Period
-
Gets the total number of hours represented by this period using standard
assumptions for the meaning of day, hour, minute and second.
- totalMinutes() - Method in class javax.time.calendar.Period
-
Gets the total number of minutes represented by this period using standard
assumptions for the meaning of hour, minute and second.
- totalMinutesWith24HourDays() - Method in class javax.time.calendar.Period
-
Gets the total number of minutes represented by this period using standard
assumptions for the meaning of day, hour, minute and second.
- totalMonths() - Method in class javax.time.calendar.Period
-
Gets the total number of months represented by this period using standard
assumptions for the meaning of month.
- totalNanos() - Method in class javax.time.calendar.Period
-
Gets the total number of nanoseconds represented by this period using standard
assumptions for the meaning of hour, minute and second.
- totalNanosWith24HourDays() - Method in class javax.time.calendar.Period
-
Gets the total number of nanoseconds represented by this period using standard
assumptions for the meaning of day, hour, minute and second.
- totalSeconds() - Method in class javax.time.calendar.Period
-
Gets the total number of seconds represented by this period using standard
assumptions for the meaning of hour, minute and second.
- totalSecondsWith24HourDays() - Method in class javax.time.calendar.Period
-
Gets the total number of seconds represented by this period using standard
assumptions for the meaning of day, hour, minute and second.
- totalYears() - Method in class javax.time.calendar.Period
-
Gets the total number of years represented by this period using standard
assumptions for the meaning of month.
- toTimeZone() - Method in class javax.time.calendar.ZoneOffset
-
Converts this offset to a time-zone.
- toTotal(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
-
Totals this period in terms of a single unit.
- toUTCInstant() - Method in class javax.time.TAIInstant
-
Converts this instant to a UTCInstant
using the system default
leap second rules.
- TZDBZoneRulesCompiler - Class in javax.time.calendar.zone
-
A builder that can read the TZDB TimeZone files and build ZoneRules instances.
- TZDBZoneRulesCompiler(String, List<File>, boolean) - Constructor for class javax.time.calendar.zone.TZDBZoneRulesCompiler
-
Constructor used if you want to invoke the compiler manually.
- weekBasedYearRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the week-based-year field in the ISO chronology.
- weekendDay() - Static method in class javax.time.calendar.CalendricalMatchers
-
Returns the weekend day matcher, which returns true if the date
is Saturday or Sunday.
- weekOfMonthRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the week-of-month field in the ISO chronology.
- weekOfWeekBasedYearRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the week-of-week-based-year field in the ISO chronology.
- weekOfYearRule() - Static method in class javax.time.calendar.ISOChronology
-
Gets the rule for the week-of-year field in the ISO chronology.
- with(DateTimeFieldRule<?>, int) - Method in class javax.time.calendar.DateTimeFields
-
Returns a copy of this DateTimeFields with the specified field value.
- with(DateTimeFields) - Method in class javax.time.calendar.DateTimeFields
-
Returns a copy of this DateTimeFields with the specified fields added.
- with(DateAdjuster) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the date altered using the adjuster.
- with(MonthOfYear) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the month-of-year altered.
- with(MonthOfYear, DateResolver) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the month-of-year altered.
- with(DateAdjuster) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the date altered using the adjuster.
- with(TimeAdjuster) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the time altered using the adjuster.
- with(MonthOfYear) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the month-of-year altered.
- with(MonthOfYear, DateResolver) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the month-of-year altered.
- with(TimeAdjuster) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the time altered using the adjuster.
- with(MonthOfYear) - Method in class javax.time.calendar.MonthDay
-
Returns a copy of this MonthDay
with the month-of-year altered.
- with(DateAdjuster) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the date altered using the adjuster.
- with(MonthOfYear) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the month-of-year altered.
- with(MonthOfYear, DateResolver) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the month-of-year altered.
- with(DateAdjuster) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the date altered using the adjuster.
- with(TimeAdjuster) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the time altered using the adjuster.
- with(MonthOfYear) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the month-of-year altered.
- with(MonthOfYear, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the month-of-year altered.
- with(TimeAdjuster) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the time altered using the adjuster.
- with(long, PeriodUnit) - Method in class javax.time.calendar.PeriodFields
-
Returns a copy of this period with the specified amount for the unit.
- with(PeriodProvider) - Method in class javax.time.calendar.PeriodFields
-
Returns a copy of this period with the specified values altered.
- with(Year) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth with the year altered.
- with(MonthOfYear) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth with the month-of-year altered.
- with(DateAdjuster) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the date altered using the adjuster.
- with(DateAdjuster, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the date altered using the
adjuster, providing a resolver to handle an invalid date-time.
- with(TimeAdjuster) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the time altered using the adjuster.
- with(TimeAdjuster, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the time altered using the
adjuster, providing a resolver to handle an invalid date-time.
- withAmount(long) - Method in class javax.time.calendar.PeriodField
-
Returns a copy of this period with a different amount of time.
- withDate(int, MonthOfYear, int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the date values altered.
- withDate(int, int, int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the date values altered.
- withDate(DateProvider) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with a different local date.
- withDate(int, MonthOfYear, int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the date values altered.
- withDate(int, int, int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the date values altered.
- withDate(int, int, int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the date values altered.
- withDateFieldsOnly() - Method in class javax.time.calendar.Period
-
Returns a copy of this period with only the date-based fields retained.
- withDateTime(DateTimeProvider) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the time altered and the offset retained.
- withDateTime(DateTimeProvider) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime with a different local date-time.
- withDayOfMonth(int) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the day-of-month altered.
- withDayOfMonth(int, DateResolver) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the day-of-month altered.
- withDayOfMonth(int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the day-of-month altered.
- withDayOfMonth(int, DateResolver) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the day-of-month altered.
- withDayOfMonth(int) - Method in class javax.time.calendar.MonthDay
-
Returns a copy of this MonthDay
with the day-of-month altered.
- withDayOfMonth(int) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the day-of-month altered.
- withDayOfMonth(int, DateResolver) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the day-of-month altered.
- withDayOfMonth(int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the day-of-month altered.
- withDayOfMonth(int, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the day-of-month altered.
- withDayOfMonth(int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the day-of-month value altered.
- withDayOfMonth(int) - Method in class javax.time.i18n.CopticDate
-
Returns a copy of this date with the day-of-month altered.
- withDayOfMonth(int) - Method in class javax.time.i18n.HistoricDate
-
Returns a copy of this date with the day-of-month value altered.
- withDayOfYear(int) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the day-of-year altered.
- withDayOfYear(int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the day-of-year altered.
- withDayOfYear(int) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the day-of-year altered.
- withDayOfYear(int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the day-of-year altered.
- withDayOfYear(int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the day-of-year altered.
- withDayOfYear(int) - Method in class javax.time.i18n.CopticDate
-
Returns a copy of this date with the day-of-year altered.
- withDayOfYear(int) - Method in class javax.time.i18n.HistoricDate
-
Returns a copy of this date with the day-of-year value altered.
- withDays(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified amount of days.
- withEarlierOffsetAtOverlap() - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime changing the zone offset to the
earlier of the two valid offsets at a local time-line overlap.
- withFieldRemoved(DateTimeFieldRule<?>) - Method in class javax.time.calendar.DateTimeFields
-
Returns a copy of this object with the specified field removed.
- withFloatingVersion() - Method in class javax.time.calendar.TimeZone
-
Returns a copy of this time-zone with a floating version.
- withHourOfDay(int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the hour-of-day value altered.
- withHourOfDay(int) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the hour-of-day value altered.
- withHourOfDay(int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the hour-of-day value altered.
- withHourOfDay(int) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the hour-of-day value altered.
- withHourOfDay(int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the hour-of-day value altered.
- withHours(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified amount of hours.
- withLaterOffsetAtOverlap() - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime changing the zone offset to the
later of the two valid offsets at a local time-line overlap.
- withLatestVersion() - Method in class javax.time.calendar.TimeZone
-
Returns a copy of this time-zone with the latest available version ID.
- withLatestVersionValidFor(OffsetDateTime) - Method in class javax.time.calendar.TimeZone
-
Returns a copy of this time-zone with the latest version that is valid
for the specified date-time and offset.
- withLocale(Locale) - Method in class javax.time.calendar.format.DateTimeFormatter
-
Returns a copy of this DateTimeFormatter with a new locale.
- withMinuteOfHour(int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the minute-of-hour value altered.
- withMinuteOfHour(int) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the minute-of-hour value altered.
- withMinuteOfHour(int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the minute-of-hour value altered.
- withMinuteOfHour(int) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the minute-of-hour value altered.
- withMinuteOfHour(int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the minute-of-hour value altered.
- withMinutes(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified amount of minutes.
- withMonthOfYear(int) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the month-of-year altered.
- withMonthOfYear(int, DateResolver) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the month-of-year altered.
- withMonthOfYear(int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the month-of-year altered.
- withMonthOfYear(int, DateResolver) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the month-of-year altered.
- withMonthOfYear(int) - Method in class javax.time.calendar.MonthDay
-
Returns a copy of this MonthDay
with the month-of-year altered.
- withMonthOfYear(int) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the month-of-year altered.
- withMonthOfYear(int, DateResolver) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the month-of-year altered.
- withMonthOfYear(int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the month-of-year altered.
- withMonthOfYear(int, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the month-of-year altered.
- withMonthOfYear(int) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth
with the month-of-year altered.
- withMonthOfYear(int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the month-of-year value altered.
- withMonthOfYear(int) - Method in class javax.time.i18n.CopticDate
-
Returns a copy of this date with the month-of-year altered.
- withMonthOfYear(MonthOfYear) - Method in class javax.time.i18n.HistoricDate
-
Returns a copy of this date with the month-of-year value altered.
- withMonths(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified amount of months.
- withNanoOfSecond(int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the nano-of-second value altered.
- withNanoOfSecond(int) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the nano-of-second value altered.
- withNanoOfSecond(int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the nano-of-second value altered.
- withNanoOfSecond(int) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the nano-of-second value altered.
- withNanoOfSecond(int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the nano-of-second value altered.
- withNanos(long) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified amount of nanoseconds.
- withOffset(ZoneOffset) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the specified offset.
- withOffsetSameInstant(ZoneOffset) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified offset ensuring
that the result is at the same instant.
- withOffsetSameInstant(ZoneOffset) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified offset ensuring
that the result is at the same instant on an implied day.
- withOffsetSameLocal(ZoneOffset) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified offset ensuring
that the result has the same local date-time.
- withOffsetSameLocal(ZoneOffset) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the specified offset ensuring
that the result has the same local time.
- without(PeriodUnit) - Method in class javax.time.calendar.PeriodFields
-
Returns a copy of this period with the specified unit removed.
- withSecondOfMinute(int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the second-of-minute value altered.
- withSecondOfMinute(int) - Method in class javax.time.calendar.LocalTime
-
Returns a copy of this LocalTime
with the second-of-minute value altered.
- withSecondOfMinute(int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the second-of-minute value altered.
- withSecondOfMinute(int) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the second-of-minute value altered.
- withSecondOfMinute(int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the second-of-minute value altered.
- withSeconds(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified amount of seconds.
- withSource(TimeSource) - Method in class javax.time.calendar.Clock
-
Returns a copy of this clock with a different time-source.
- withTime(int, int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the time values altered.
- withTime(int, int, int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the time values altered.
- withTime(int, int, int, int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the time values altered.
- withTime(int, int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the time values altered.
- withTime(int, int, int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the time values altered.
- withTime(int, int, int, int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the time values altered.
- withTime(TimeProvider) - Method in class javax.time.calendar.OffsetTime
-
Returns a copy of this OffsetTime
with the time altered and the offset retained.
- withTime(int, int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the time values altered.
- withTime(int, int, int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the time values altered.
- withTime(int, int, int, int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the time values altered.
- withTimeFieldsOnly() - Method in class javax.time.calendar.Period
-
Returns a copy of this period with only the time-based fields retained.
- withUnit(PeriodUnit) - Method in class javax.time.calendar.PeriodField
-
Returns a copy of this period with a different unit.
- withVersion(String) - Method in class javax.time.calendar.TimeZone
-
Returns a copy of this time-zone with the specified version ID.
- withYear(int) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the year altered.
- withYear(int, DateResolver) - Method in class javax.time.calendar.LocalDate
-
Returns a copy of this LocalDate
with the year altered.
- withYear(int) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the year altered.
- withYear(int, DateResolver) - Method in class javax.time.calendar.LocalDateTime
-
Returns a copy of this LocalDateTime
with the year altered.
- withYear(int) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the year altered.
- withYear(int, DateResolver) - Method in class javax.time.calendar.OffsetDate
-
Returns a copy of this OffsetDate
with the year altered.
- withYear(int) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the year altered.
- withYear(int, DateResolver) - Method in class javax.time.calendar.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the year altered.
- withYear(int) - Method in class javax.time.calendar.YearMonth
-
Returns a copy of this YearMonth
with the year altered.
- withYear(int) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the year value altered.
- withYear(int) - Method in class javax.time.i18n.CopticDate
-
Returns a copy of this date with the year altered.
- withYear(int) - Method in class javax.time.i18n.HistoricDate
-
Returns a copy of this date with the year value altered.
- withYears(int) - Method in class javax.time.calendar.Period
-
Returns a copy of this period with the specified amount of years.
- withZeroesRemoved() - Method in class javax.time.calendar.PeriodFields
-
Returns a copy of this period with all zero amounts removed.
- withZone(TimeZone) - Method in class javax.time.calendar.Clock
-
Returns a copy of this clock with a different time-zone.
- withZoneSameInstant(TimeZone) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime with a different time-zone,
retaining the instant.
- withZoneSameLocal(TimeZone) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime with a different time-zone,
retaining the local date-time if possible.
- withZoneSameLocal(TimeZone, ZoneResolver) - Method in class javax.time.calendar.ZonedDateTime
-
Returns a copy of this ZonedDateTime with a different time-zone,
retaining the local date-time if possible.