A B C D E F G H I J L M N O P Q R S T U V W Y Z

A

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.
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the common era (Anno Domini), also known as CE.
add(int, int) - Method in class java.util.Calendar
Adds or subtracts the specified amount of time to the given calendar field, based on the calendar's rules.
add(int, int) - Method in class java.util.GregorianCalendar
Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules.
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.
after(Object) - Method in class java.util.Calendar
Returns whether this Calendar represents a time after the time represented by the specified Object.
after(Date) - Method in class java.util.Date
Tests if this date is after the specified date.
ALL_STYLES - Static variable in class java.util.Calendar
A style specifier for getDisplayNames indicating names in all styles, such as "January" and "Jan".
AM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
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.
APRIL - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fourth month of the year in the Gregorian and Julian calendars.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
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(ZoneId) - 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(ZoneId) - 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(ZoneId) - Method in class javax.time.calendar.LocalDateTime
Returns a zoned date-time formed from this date-time and the specified time-zone.
atZone(ZoneId, 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(ZoneId) - 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(ZoneId) - Method in class javax.time.calendar.OffsetDateTime
Returns a zoned date-time formed from this date-time and the specified time-zone.
atZoneSimilarLocal(ZoneId, 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.
AUGUST - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eighth month of the year in the Gregorian and Julian calendars.

B

basicIsoDate() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the ISO date formatter that prints/parses a date without an offset.
BC - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the period before the common era (before Christ), also known as BCE.
before(Object) - Method in class java.util.Calendar
Returns whether this Calendar represents a time before the time represented by the specified Object.
before(Date) - Method in class java.util.Date
Tests if this date is before the specified date.
between(DateProvider, DateProvider) - Static method in class javax.time.calendar.Period
Obtains a Period consisting of the number of days, months and years between two dates.
between(InstantProvider, InstantProvider) - Static method in class javax.time.Duration
Obtains an instance of Duration representing the duration between two instants.

C

Calendar - Class in java.util
The Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH, DAY_OF_MONTH, HOUR, and so on, and for manipulating the calendar fields, such as getting the date of the next week.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and locale.
Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
Constructs a calendar with the specified time zone and locale.
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.
clear() - Method in class java.util.Calendar
Sets all the calendar field values and the time value (millisecond offset from the Epoch) of this Calendar undefined.
clear(int) - Method in class java.util.Calendar
Sets the given calendar field value and the time value (millisecond offset from the Epoch) of this Calendar undefined.
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, ZoneId) - 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.
clone() - Method in class java.util.Calendar
Creates and returns a copy of this object.
clone() - Method in class java.util.Date
Return a copy of this object.
clone() - Method in class java.util.GregorianCalendar
 
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(Calendar) - Method in class java.util.Calendar
Compares the time values (millisecond offsets from the Epoch) represented by two Calendar objects.
compareTo(Date) - Method in class java.util.Date
Compares two Dates for ordering.
compareTo(CalendricalRule<T>) - 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(HijrahDate) - Method in class javax.time.i18n.HijrahDate
Compares this date to another date.
compareTo(HistoricDate) - Method in class javax.time.i18n.HistoricDate
Compares this date to the specified date.
compareTo(JapaneseDate) - Method in class javax.time.i18n.JapaneseDate
Compares this date to another date.
compareTo(MinguoDate) - Method in class javax.time.i18n.MinguoDate
Compares this date to another date.
compareTo(ThaiBuddhistDate) - Method in class javax.time.i18n.ThaiBuddhistDate
Compares this date to another 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.
complete() - Method in class java.util.Calendar
Fills in any unset fields in the calendar fields.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value Calendar.time to calendar field values in fields[].
computeFields() - Method in class java.util.GregorianCalendar
Converts the time value (millisecond offset from the Epoch) to calendar field values.
computeTime() - Method in class java.util.Calendar
Converts the current calendar field values in fields[] to the millisecond time value Calendar.time.
computeTime() - Method in class java.util.GregorianCalendar
Converts calendar field values to the time value (millisecond offset from the Epoch).
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.

D

DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(InstantProvider) - Constructor for class java.util.Date
Constructs a Date object and initializes it to represent the same point on the time-line as the specified instant.
Date(int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date) or GregorianCalendar(year + 1900, month, date).
Date(int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min) or GregorianCalendar(year + 1900, month, date, hrs, min).
Date(int, int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec).
Date(String) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
date(DateTimeFormatterBuilder.FormatStyle, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date format.
DateAdjuster - Interface in javax.time.calendar
Strategy for adjusting a date.
DateAdjusters - Class in javax.time.calendar
Provides common implementations of DateAdjuster.
DateProvider - Interface in javax.time.calendar
Provides access to a date in the ISO-8601 calendar system.
DateResolver - Interface in javax.time.calendar
Strategy for resolving an invalid year-month-day to a valid one.
DateResolvers - Class in javax.time.calendar
Provides common implementations of DateResolver.
dateTime() - Method in class javax.time.calendar.Clock
Gets the current date-time with maximum resolution of up to nanoseconds.
dateTime(DateTimeFormatterBuilder.FormatStyle, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date-time format, which is typically of short length.
dateTime(DateTimeFormatterBuilder.FormatStyle, DateTimeFormatterBuilder.FormatStyle, Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date, time or date-time format.
DateTimeFieldRule<T> - Class in javax.time.calendar
The rule defining how a measurable field of time operates.
DateTimeFieldRule(Class<T>, Chronology, String, PeriodUnit, PeriodUnit, int, int) - Constructor for class javax.time.calendar.DateTimeFieldRule
Constructor.
DateTimeFieldRule(Class<T>, Chronology, String, PeriodUnit, PeriodUnit, int, int, boolean) - Constructor for class javax.time.calendar.DateTimeFieldRule
Constructor.
DateTimeFieldRule.TextStore - Class in javax.time.calendar
The mapping between integer values and textual representations.
DateTimeFieldRule.TextStore(Locale, Map<Integer, String>) - Constructor for class javax.time.calendar.DateTimeFieldRule.TextStore
Constructor.
DateTimeFields - Class in javax.time.calendar
A set of date-time fields.
DateTimeFormatSymbols - Class in javax.time.calendar.format
Symbols used for date and time formatting.
DateTimeFormatter - Class in javax.time.calendar.format
Formatter for printing and parsing calendricals.
DateTimeFormatterBuilder - Class in javax.time.calendar.format
Builder to create formatters for calendricals.
DateTimeFormatterBuilder() - Constructor for class javax.time.calendar.format.DateTimeFormatterBuilder
Constructs a new instance of the builder.
DateTimeFormatterBuilder.FormatStyle - Enum in javax.time.calendar.format
Enumeration of the style of a localized date, time or date-time formatter.
DateTimeFormatterBuilder.SignStyle - Enum in javax.time.calendar.format
Enumeration of ways to handle the positive/negative sign.
DateTimeFormatterBuilder.TextStyle - Enum in javax.time.calendar.format
Enumeration of the style of text output to use.
DateTimeFormatterProvider - Class in javax.time.calendar.format
The Service Provider Interface (SPI) to be implemented by classes providing date-time formatting information.
DateTimeFormatterProvider() - Constructor for class javax.time.calendar.format.DateTimeFormatterProvider
 
DateTimeFormatters - Class in javax.time.calendar.format
Provides common implementations of DateTimeFormatter.
DateTimeParseContext - Class in javax.time.calendar.format
Context object used during date and time parsing.
DateTimeParseContext(DateTimeFormatSymbols) - Constructor for class javax.time.calendar.format.DateTimeParseContext
Constructor.
DateTimeParser - Interface in javax.time.calendar.format
Strategy for parsing text to calendrical information.
DateTimePrinter - Interface in javax.time.calendar.format
Strategy for printing a calendrical to an appendable.
DateTimeProvider - Interface in javax.time.calendar
Provides access to a date-time in the ISO-8601 calendar system.
dateTimeToMinute() - Method in class javax.time.calendar.Clock
Gets the current date-time with a resolution of minutes.
dateTimeToSecond() - Method in class javax.time.calendar.Clock
Gets the current date-time with a resolution of seconds.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
dayOfMonthRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the day-of-month field in the ISO chronology.
dayOfMonthRule() - Static method in class javax.time.i18n.CopticChronology
Gets the rule for the day-of-month field in the Coptic chronology.
dayOfMonthRule() - Static method in class javax.time.i18n.HijrahChronology
Gets the rule for the day-of-month field in the Hijrah chronology.
dayOfMonthRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the day-of-month field in the Historic chronology.
dayOfMonthRule() - Static method in class javax.time.i18n.JapaneseChronology
Gets the rule for the day-of-month field in the Japanese chronology.
dayOfMonthRule() - Static method in class javax.time.i18n.MinguoChronology
Gets the rule for the day-of-month field in the Minguo chronology.
dayOfMonthRule() - Static method in class javax.time.i18n.ThaiBuddhistChronology
Gets the rule for the day-of-month field in the Thai Buddhist chronology.
DayOfWeek - Enum in javax.time.calendar
A day-of-week, such as 'Tuesday'.
dayOfWeekInMonth(int, DayOfWeek) - Static method in class javax.time.calendar.CalendricalMatchers
Returns the day-of-week in month matcher, which returns true if the date is the ordinal occurrence of the day-of-week in the month.
dayOfWeekInMonth(int, DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the day-of-week in month adjuster, which returns a new date in the same month with the ordinal day-of-week.
dayOfWeekRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the day-of-week field.
dayOfWeekRule() - Static method in class javax.time.i18n.CopticChronology
Gets the rule for the day-of-week field in the Coptic chronology.
dayOfWeekRule() - Static method in class javax.time.i18n.HijrahChronology
Gets the rule for the day-of-week field in the Hijrah chronology.
dayOfWeekRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the day-of-week field in the Historic chronology.
dayOfWeekRule() - Static method in class javax.time.i18n.JapaneseChronology
Gets the rule for the day-of-week field in the Japanese chronology.
dayOfWeekRule() - Static method in class javax.time.i18n.MinguoChronology
Gets the rule for the day-of-week field in the Minguo chronology.
dayOfWeekRule() - Static method in class javax.time.i18n.ThaiBuddhistChronology
Gets the rule for the day-of-week field in the Thai Buddhist chronology.
dayOfYearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the day-of-year field in the ISO chronology.
dayOfYearRule() - Static method in class javax.time.i18n.CopticChronology
Gets the rule for the day-of-year field in the Coptic chronology.
dayOfYearRule() - Static method in class javax.time.i18n.HijrahChronology
Gets the rule for the day-of-year field in the Hijrah chronology.
dayOfYearRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the day-of-year field in the Historic chronology.
dayOfYearRule() - Static method in class javax.time.i18n.JapaneseChronology
Gets the rule for the day-of-year field in the Japanese chronology.
dayOfYearRule() - Static method in class javax.time.i18n.MinguoChronology
Gets the rule for the day-of-year field in the Minguo chronology.
dayOfYearRule() - Static method in class javax.time.i18n.ThaiBuddhistChronology
Gets the rule for the day-of-year field in the Thai Buddhist chronology.
daysBetween(DateProvider, DateProvider) - Static method in class javax.time.calendar.Period
Obtains a Period consisting of the number of days between two dates.
DECEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the twelfth month of the year in the Gregorian and Julian calendars.
derive(Calendrical) - Method in class javax.time.calendar.CalendricalRule
Derives the value of this rule from a calendrical.
deriveValueFor(CalendricalRule<R>, T, Calendrical, Chronology) - Method in class javax.time.calendar.CalendricalRule
Derives the value of the specified rule from a calendrical.
deriveValueFrom(Calendrical) - Method in class javax.time.calendar.CalendricalRule
Derives the value of this rule from a calendrical.
dividedBy(int) - Method in class javax.time.calendar.Period
Returns a new instance with each element in this period divided by the specified value.
dividedBy(long) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the amount divided by the specified divisor.
dividedBy(long) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with each amount in this period divided by the specified value.
dividedBy(long) - Method in class javax.time.Duration
Returns a copy of this duration divided by the specified value.
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight savings offset in milliseconds.
Duration - Class in javax.time
A duration between two instants on the time-line.
durationUntil(TAIInstant) - Method in class javax.time.TAIInstant
Returns the duration between this instant and the specified instant.
durationUntil(UTCInstant) - Method in class javax.time.UTCInstant
Returns the duration between this instant and the specified instant.

E

EMPTY - Static variable in class javax.time.calendar.DateTimeFields
A singleton empty DateTimeFields, placing no restrictions on the date-time.
endOptional(boolean) - Method in class javax.time.calendar.format.DateTimeParseContext
Ends the parsing of an optional segment of the input.
EPOCH - Static variable in class javax.time.Instant
Constant for the 1970-01-01T00:00:00Z epoch instant.
epochDays() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the epoch-days field.
equalInstant(OffsetDate) - Method in class javax.time.calendar.OffsetDate
Checks if the instant of midnight at the start of this OffsetDate equals midnight at the start of the specified date.
equalInstant(OffsetDateTime) - Method in class javax.time.calendar.OffsetDateTime
Checks if the instant of this OffsetDateTime is equal to that of the specified date-time.
equalInstant(OffsetTime) - Method in class javax.time.calendar.OffsetTime
Checks if the instant of this OffsetTime is equal to that of the specified time applying both times to a common date.
equalInstant(ZonedDateTime) - Method in class javax.time.calendar.ZonedDateTime
Checks if the instant of this date-time is equal to that of the specified date-time.
equals(Object) - Method in class java.util.Calendar
Compares this Calendar to the specified Object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.GregorianCalendar
Compares this GregorianCalendar to the specified Object.
equals(Object) - Method in class javax.time.calendar.CalendricalContext
Is this context equal to the specified context.
equals(Object) - Method in class javax.time.calendar.CalendricalRule
Compares two rules based on their ID.
equals(Object) - Method in class javax.time.calendar.DateTimeFields
Is this object equal to the specified object.
equals(Object) - Method in class javax.time.calendar.LocalDate
Checks if this LocalDate is equal to the specified date.
equals(Object) - Method in class javax.time.calendar.LocalDateTime
Checks if this LocalDateTime is equal to the specified date-time.
equals(Object) - Method in class javax.time.calendar.LocalTime
Checks if this LocalTime is equal to the specified time.
equals(Object) - Method in class javax.time.calendar.LocalTime.Overflow
Compares this object to another.
equals(Object) - Method in class javax.time.calendar.MonthDay
Is this month-day equal to the specified month-day.
equals(Object) - Method in class javax.time.calendar.OffsetDate
Checks if this OffsetDate is equal to the specified date.
equals(Object) - Method in class javax.time.calendar.OffsetDateTime
Checks if this OffsetDateTime is equal to the specified date-time.
equals(Object) - Method in class javax.time.calendar.OffsetTime
Checks if this OffsetTime is equal to the specified time.
equals(Object) - Method in class javax.time.calendar.Period
Is this period equal to the specified period.
equals(Object) - Method in class javax.time.calendar.PeriodField
Checks if this period is equal to the specified period.
equals(Object) - Method in class javax.time.calendar.PeriodFields
Checks if this instance equal to the specified period.
equals(Object) - Method in class javax.time.calendar.PeriodUnit
Compares two units based on the name, estimated duration and equivalent period.
equals(Object) - Method in class javax.time.calendar.Year
Is this year equal to the specified year.
equals(Object) - Method in class javax.time.calendar.YearMonth
Is this year-month equal to the specified year-month.
equals(Object) - Method in class javax.time.calendar.zone.ZoneOffsetInfo
Checks if this object equals another.
equals(Object) - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Checks if this object equals another.
equals(Object) - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Checks if this object equals another.
equals(Object) - Method in class javax.time.calendar.zone.ZoneRules
Checks if this set of rules equals another.
equals(Object) - Method in class javax.time.calendar.zone.ZoneRulesGroup
Is this instance equal to that specified by comparing the group ID.
equals(Object) - Method in class javax.time.calendar.ZonedDateTime
Checks if this ZonedDateTime is equal to the specified date-time.
equals(Object) - Method in class javax.time.calendar.ZoneId
Checks if this time-zone is equal to the specified time-zone.
equals(Object) - Method in class javax.time.calendar.ZoneOffset
Checks if this instance is equal to the specified offset, comparing the amount of the offset in seconds.
equals(Object) - Method in class javax.time.Duration
Checks if this duration is equal to the specified Duration.
equals(Object) - Method in class javax.time.i18n.CopticDate
Checks if this date is equal to the specified date.
equals(Object) - Method in class javax.time.i18n.HijrahDate
Checks if this date is equal to the specified date.
equals(Object) - Method in class javax.time.i18n.HistoricDate
Checks is this date is equal to the specified date.
equals(Object) - Method in class javax.time.i18n.JapaneseDate
Checks if this date is equal to the specified date.
equals(Object) - Method in class javax.time.i18n.MinguoDate
Checks if this date is equal to the specified date.
equals(Object) - Method in class javax.time.i18n.ThaiBuddhistDate
Checks if this date is equal to the specified date.
equals(Object) - Method in class javax.time.Instant
Checks if this instant is equal to the specified instant.
equals(Object) - Method in class javax.time.TAIInstant
Checks if this instant is equal to the specified TAIInstant.
equals(Object) - Method in class javax.time.UTCInstant
Checks if this instant is equal to the specified UTCInstant.
ERA - Static variable in class java.util.Calendar
Field number for get and set indicating the era, e.g., AD or BC in the Julian calendar.
eraRule() - Static method in class javax.time.i18n.HijrahChronology
Gets the rule for the era field in the Hijrah chronology.
eraRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the year field in the Historic chronology.
eraRule() - Static method in class javax.time.i18n.JapaneseChronology
Gets the rule for the era field in the Japanese chronology.
eraRule() - Static method in class javax.time.i18n.MinguoChronology
Gets the rule for the era field in the Minguo chronology.
eraRule() - Static method in class javax.time.i18n.ThaiBuddhistChronology
Gets the rule for the era field in the Thai Buddhist chronology.

F

FEBRUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the second month of the year in the Gregorian and Julian calendars.
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distinct fields recognized by get and set.
fields - Variable in class java.util.Calendar
The calendar field values for the currently set time for this calendar.
firstDayOfMonth() - Static method in class javax.time.calendar.DateAdjusters
Returns the first day-of-month adjuster, which returns a new date with the day-of-month changed to be the first day of the month.
firstDayOfWeekFor(Locale) - Static method in enum javax.time.calendar.DayOfWeek
Returns the DayOfWeek instance that corresponds to the first day-of-week for a given locale.
firstDayOfYear() - Static method in class javax.time.calendar.DateAdjusters
Returns the first day-of-year adjuster, which returns a new date with the day-of-year changed to be the first day of the year - January 1.
firstInMonth(DayOfWeek) - Static method in class javax.time.calendar.CalendricalMatchers
Returns the first in month matcher, which returns true if the date is the first occurrence of day-of-week in the month.
firstInMonth(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the first in month adjuster, which returns a new date in the same month with the first matching day-of-week.
fixed(InstantProvider) - Static method in class javax.time.TimeSource
Gets a time-source that always returns the same Instant.
floorDiv(long, long) - Static method in class javax.time.MathUtils
Returns the floor division.
floorDiv(int, int) - Static method in class javax.time.MathUtils
Returns the floor division.
floorMod(long, long) - Static method in class javax.time.MathUtils
Returns the floor modulus.
floorMod(long, int) - Static method in class javax.time.MathUtils
Returns the floor modulus.
floorMod(int, int) - Static method in class javax.time.MathUtils
Returns the floor modulus.
FRIDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Friday.
from(Calendrical) - Static method in enum javax.time.i18n.HijrahEra
Obtains an instance of HijrahEra from a calendrical.
from(Calendrical) - Static method in enum javax.time.i18n.JapaneseEra
Obtains an instance of JapaneseEra from a calendrical.
from(Calendrical) - Static method in enum javax.time.i18n.MinguoEra
Obtains an instance of MinguoEra from a calendrical.
from(Calendrical) - Static method in enum javax.time.i18n.ThaiBuddhistEra
Obtains an instance of ThaiBuddhistEra from a calendrical.
fullDate(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date format, which is typically of full length.
fullDateTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date-time format, which is typically of full length.
fullTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific time format, which is typically of full length.

G

get(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
get(CalendricalRule<T>) - Method in class java.util.GregorianCalendar
Gets the value of the specified calendrical rule.
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.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.ZoneId
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.HijrahDate
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in enum javax.time.i18n.HijrahEra
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.
get(CalendricalRule<T>) - Method in class javax.time.i18n.JapaneseDate
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in enum javax.time.i18n.JapaneseEra
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.i18n.MinguoDate
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in enum javax.time.i18n.MinguoEra
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in class javax.time.i18n.ThaiBuddhistDate
Gets the value of the specified calendrical rule.
get(CalendricalRule<T>) - Method in enum javax.time.i18n.ThaiBuddhistEra
Gets the value of the specified calendrical rule.
getActualMaximum(int) - Method in class java.util.Calendar
Returns the maximum value that the specified calendar field could have, given the time value of this Calendar.
getActualMaximum(int) - Method in class java.util.GregorianCalendar
Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
getActualMinimum(int) - Method in class java.util.Calendar
Returns the minimum value that the specified calendar field could have, given the time value of this Calendar.
getActualMinimum(int) - Method in class java.util.GregorianCalendar
Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
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 java.util.Calendar
Returns an array of all locales for which the getInstance methods of this class can return localized instances.
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.HijrahDate
Gets the chronology that this date uses, which is the Hijrah calendar system.
getChronology() - Method in class javax.time.i18n.HistoricDate
Gets the chronology that this date uses, which is the historic calendar system.
getChronology() - Method in class javax.time.i18n.JapaneseDate
Gets the chronology that this date uses, which is the Japanese calendar system.
getChronology() - Method in class javax.time.i18n.MinguoDate
Gets the chronology that this date uses, which is the Minguo calendar system.
getChronology() - Method in class javax.time.i18n.ThaiBuddhistDate
Gets the chronology that this date uses, which is the Thai Buddhist 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.
getDate() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_MONTH).
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.
getDay() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.DAY_OF_WEEK).
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.HijrahDate
Gets the Hijrah day-of-month field.
getDayOfMonth() - Method in class javax.time.i18n.HistoricDate
Gets the historic day-of-month value.
getDayOfMonth() - Method in class javax.time.i18n.JapaneseDate
Gets the day-of-month field.
getDayOfMonth() - Method in class javax.time.i18n.MinguoDate
Gets the day-of-month field.
getDayOfMonth() - Method in class javax.time.i18n.ThaiBuddhistDate
Gets the day-of-month field.
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.HijrahDate
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.
getDayOfWeek() - Method in class javax.time.i18n.JapaneseDate
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class javax.time.i18n.MinguoDate
Gets the day-of-week field, which is an enum DayOfWeek.
getDayOfWeek() - Method in class javax.time.i18n.ThaiBuddhistDate
Gets the day-of-week field, which is an enum DayOfWeek.
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.HijrahDate
Gets the Hijrah day-of-year field.
getDayOfYear() - Method in class javax.time.i18n.HistoricDate
Gets the historic day-of-year value.
getDayOfYear() - Method in class javax.time.i18n.JapaneseDate
Gets the day-of-year field.
getDayOfYear() - Method in class javax.time.i18n.MinguoDate
Gets the day-of-year field.
getDayOfYear() - Method in class javax.time.i18n.ThaiBuddhistDate
Gets the day-of-year field.
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.
getDisplayName(int, int, Locale) - Method in class java.util.Calendar
Returns the string representation of the calendar field value in the given style and locale.
getDisplayNames(int, int, Locale) - Method in class java.util.Calendar
Returns a Map containing all names of the calendar field in the given style and locale and their corresponding field values.
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.HijrahDate
Gets the Hijrah era field.
getEra() - Method in class javax.time.i18n.HistoricDate
Gets the historic era.
getEra() - Method in class javax.time.i18n.JapaneseDate
Gets the Japanese era field.
getEra() - Method in class javax.time.i18n.MinguoDate
Gets the Minguo era field.
getEra() - Method in class javax.time.i18n.ThaiBuddhistDate
Gets the Thai Buddhist era field.
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.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
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.
getGreatestMinimum(int) - Method in class java.util.Calendar
Returns the highest minimum value for the given calendar field of this Calendar instance.
getGreatestMinimum(int) - Method in class java.util.GregorianCalendar
Returns the highest minimum value for the given calendar field of this GregorianCalendar instance.
getGregorianChange() - Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getGroup(String) - Static method in class javax.time.calendar.zone.ZoneRulesGroup
Gets a group by ID, such as 'TZDB'.
getGroup() - Method in class javax.time.calendar.ZoneId
Finds the zone rules group for the stored 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'.
getGroupID() - Method in class javax.time.calendar.ZoneId
Gets the time-zone rules group ID, 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 java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.HOUR_OF_DAY).
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.zone.ZoneRulesGroup
Gets the ID of the group, such as 'TZDB'.
getID() - Method in class javax.time.calendar.ZoneId
Gets the unique time-zone ID.
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 java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(Locale) - Static method in class java.util.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(TimeZone, Locale) - Static method in class java.util.Calendar
Gets a calendar with the specified time zone and locale.
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.
getLeastMaximum(int) - Method in class java.util.Calendar
Returns the lowest maximum value for the given calendar field of this Calendar instance.
getLeastMaximum(int) - Method in class java.util.GregorianCalendar
Returns the lowest maximum value for the given calendar field of this GregorianCalendar instance.
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
Gets the local time of day of the transition which must be checked with ZoneOffsetTransitionRule.isMidnightEndOfDay().
getMaximum(int) - Method in class java.util.Calendar
Returns the maximum value for the given calendar field of this Calendar instance.
getMaximum(int) - Method in class java.util.GregorianCalendar
Returns the maximum value for the given calendar field of this GregorianCalendar instance.
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.
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1.
getMinimum(int) - Method in class java.util.Calendar
Returns the minimum value for the given calendar field of this Calendar instance.
getMinimum(int) - Method in class java.util.GregorianCalendar
Returns the minimum value for the given calendar field of this GregorianCalendar instance.
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 java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.MINUTE).
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).
getMonth() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.MONTH).
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.HijrahDate
Gets the Hijrah month-of-year field.
getMonthOfYear() - Method in class javax.time.i18n.HistoricDate
Gets the historic month-of-year value.
getMonthOfYear() - Method in class javax.time.i18n.JapaneseDate
Gets the month-of-year field.
getMonthOfYear() - Method in class javax.time.i18n.MinguoDate
Gets the month-of-year field.
getMonthOfYear() - Method in class javax.time.i18n.ThaiBuddhistDate
Gets the month-of-year field.
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.ZoneId
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.HijrahChronology
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.JapaneseChronology
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.i18n.MinguoChronology
Gets the name of the chronology.
getName() - Method in class javax.time.i18n.ThaiBuddhistChronology
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.ZoneId
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(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.calendar.ZoneId
Gets the time-zone rules allowing calculations to be performed.
getRules() - Method in class javax.time.UTCInstant
Gets the leap second rules defining when leap seconds occur.
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.
getRulesValidFor(OffsetDateTime) - Method in class javax.time.calendar.ZoneId
Gets the time-zone rules allowing calculations to be performed, ensuring that the date-time and offset specified is valid for the returned rules.
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 java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.SECOND).
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.ZoneId
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.
getTime() - Method in class java.util.Calendar
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTimeDefinition() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Gets the time definition, specifying how to convert the time to an instant.
getTimeInMillis() - Method in class java.util.Calendar
Returns this Calendar's time value in milliseconds.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone() - Method in class java.util.GregorianCalendar
 
getTimezoneOffset() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by -(Calendar.get(Calendar.ZONE_OFFSET) + Calendar.get(Calendar.DST_OFFSET)) / (60 * 1000).
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.HijrahEra
Gets the era numeric value.
getValue() - Method in enum javax.time.i18n.HistoricEra
Gets the BCE/CE int value.
getValue() - Method in enum javax.time.i18n.JapaneseEra
Gets the era numeric value.
getValue() - Method in enum javax.time.i18n.MinguoEra
Gets the era numeric value.
getValue() - Method in enum javax.time.i18n.ThaiBuddhistEra
Gets the era numeric 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 interface javax.time.calendar.zone.ZoneRulesVersion
Gets the time-zone version ID of the data available via this provider, such as '2010e'.
getVersionID() - Method in class javax.time.calendar.ZoneId
Gets the time-zone rules group version, such as '2009b'.
getVersions() - Method in interface javax.time.calendar.zone.ZoneRulesDataProvider
Gets the provided rules, version by version.
getYear() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.get(Calendar.YEAR) - 1900.
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.HijrahDate
Gets the Hijrah year-of-era field.
getYearOfEra() - Method in class javax.time.i18n.HistoricDate
Gets the historic year-of-era value.
getYearOfEra() - Method in class javax.time.i18n.JapaneseDate
Gets the Japanese year-of-era field.
getYearOfEra() - Method in class javax.time.i18n.MinguoDate
Gets the Minguo year-of-era field.
getYearOfEra() - Method in class javax.time.i18n.ThaiBuddhistDate
Gets the Thai Buddhist year-of-era field.
getYearOffset() - Method in enum javax.time.i18n.JapaneseEra
Returns year offset in the era.
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.
GregorianCalendar - Class in java.util
GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar system used by most of the world.
GregorianCalendar() - Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default locale.
GregorianCalendar(TimeZone) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone, Locale) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int) - Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.

H

handleGap(ZoneId, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolver
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.
handleOverlap(ZoneId, ZoneRules, ZoneOffsetTransition, LocalDateTime, OffsetDateTime) - Method in class javax.time.calendar.ZoneResolver
Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap.
hashCode() - Method in class java.util.Calendar
Returns a hash code for this calendar.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class java.util.GregorianCalendar
Generates the hash code for this GregorianCalendar object.
hashCode() - Method in class javax.time.calendar.CalendricalContext
A hashcode for this context.
hashCode() - Method in class javax.time.calendar.CalendricalRule
Returns a hash code based on the ID.
hashCode() - Method in class javax.time.calendar.DateTimeFields
A hash code for these fields.
hashCode() - Method in class javax.time.calendar.LocalDate
A hash code for this LocalDate.
hashCode() - Method in class javax.time.calendar.LocalDateTime
A hash code for this LocalDateTime.
hashCode() - Method in class javax.time.calendar.LocalTime
A hash code for this LocalTime.
hashCode() - Method in class javax.time.calendar.LocalTime.Overflow
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.MonthDay
A hash code for this month-day.
hashCode() - Method in class javax.time.calendar.OffsetDate
A hash code for this OffsetDate.
hashCode() - Method in class javax.time.calendar.OffsetDateTime
A hash code for this OffsetDateTime.
hashCode() - Method in class javax.time.calendar.OffsetTime
A hash code for this OffsetTime.
hashCode() - Method in class javax.time.calendar.Period
Returns the hash code for this period.
hashCode() - Method in class javax.time.calendar.PeriodField
Returns the hash code for this period.
hashCode() - Method in class javax.time.calendar.PeriodFields
Returns the hash code for this period.
hashCode() - Method in class javax.time.calendar.PeriodUnit
Returns a hash code based on the name, estimated duration and equivalent period.
hashCode() - Method in class javax.time.calendar.Year
A hash code for this year.
hashCode() - Method in class javax.time.calendar.YearMonth
A hash code for this year-month.
hashCode() - Method in class javax.time.calendar.zone.ZoneOffsetInfo
A suitable hash code for this object.
hashCode() - Method in class javax.time.calendar.zone.ZoneOffsetTransition
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.zone.ZoneOffsetTransitionRule
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.zone.ZoneRules
Returns a suitable hash code.
hashCode() - Method in class javax.time.calendar.zone.ZoneRulesGroup
A hash code for this object.
hashCode() - Method in class javax.time.calendar.ZonedDateTime
A hash code for this ZonedDateTime.
hashCode() - Method in class javax.time.calendar.ZoneId
A hash code for this time-zone ID.
hashCode() - Method in class javax.time.calendar.ZoneOffset
A hash code for the zone offset.
hashCode() - Method in class javax.time.Duration
A hash code for this duration.
hashCode() - Method in class javax.time.i18n.CopticDate
A hash code for this date.
hashCode() - Method in class javax.time.i18n.HijrahDate
A hash code for this date.
hashCode() - Method in class javax.time.i18n.HistoricDate
A hash code for this date.
hashCode() - Method in class javax.time.i18n.JapaneseDate
A hash code for this date.
hashCode() - Method in class javax.time.i18n.MinguoDate
A hash code for this date.
hashCode() - Method in class javax.time.i18n.ThaiBuddhistDate
A hash code for this date.
hashCode() - Method in class javax.time.Instant
Returns a hash code for this instant.
hashCode() - Method in class javax.time.TAIInstant
Returns a hash code for this instant.
hashCode() - Method in class javax.time.UTCInstant
Returns a hash code for this instant.
HijrahChronology - Class in javax.time.i18n
The Hijrah calendar system.
HijrahDate - Class in javax.time.i18n
A date in the Hijrah calendar system.
HijrahEra - Enum in javax.time.i18n
Defines the valid eras for the Hijrah calendar system.
HistoricChronology - Class in javax.time.i18n
The Historic calendar system.
HistoricDate - Class in javax.time.i18n
A date in the Historic calendar system.
HistoricEra - Enum in javax.time.i18n
An era in the historic calendar system, with the values 'BCE' and 'CE'.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
hourOfAmPmRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the hour of AM/PM field from 0 to 11.
hourOfDayRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the hour-of-day field.

I

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.HijrahChronology
The singleton instance of HijrahChronology.
INSTANCE - Static variable in class javax.time.i18n.JapaneseChronology
The singleton instance of JapaneseChronology.
INSTANCE - Static variable in class javax.time.i18n.JulianChronology
The singleton instance of JulianChronology.
INSTANCE - Static variable in class javax.time.i18n.MinguoChronology
The singleton instance of MinguoChronology.
INSTANCE - Static variable in class javax.time.i18n.ThaiBuddhistChronology
The singleton instance of ThaiBuddhistChronology.
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.
internalGet(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
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(HijrahDate) - Method in class javax.time.i18n.HijrahDate
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(JapaneseDate) - Method in class javax.time.i18n.JapaneseDate
Checks if this date is after the specified date.
isAfter(MinguoDate) - Method in class javax.time.i18n.MinguoDate
Checks if this date is after the specified date.
isAfter(ThaiBuddhistDate) - Method in class javax.time.i18n.ThaiBuddhistDate
Checks if 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(HijrahDate) - Method in class javax.time.i18n.HijrahDate
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(JapaneseDate) - Method in class javax.time.i18n.JapaneseDate
Checks if this date is before the specified date.
isBefore(MinguoDate) - Method in class javax.time.i18n.MinguoDate
Checks if this date is before the specified date.
isBefore(ThaiBuddhistDate) - Method in class javax.time.i18n.ThaiBuddhistDate
Checks if 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.ZoneId
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.ZoneId
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.ZoneId
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) - Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
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() - Method in class javax.time.i18n.HijrahDate
Checks if the year is a leap year, according to the Hijrah 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() - Method in class javax.time.i18n.JapaneseDate
Checks if the year is a leap year, according to the Japanese calendar system rules.
isLeapYear(int) - Static method in class javax.time.i18n.JulianChronology
Checks if the specified year is a leap year.
isLeapYear() - Method in class javax.time.i18n.MinguoDate
Checks if the year is a leap year, according to the Minguo calendar system rules.
isLeapYear() - Method in class javax.time.i18n.ThaiBuddhistDate
Checks if the year is a leap year, according to the Thai Buddhist calendar system rules.
isLenient() - Method in class java.util.Calendar
Tells whether date/time interpretation is to be lenient.
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.
isSet - Variable in class java.util.Calendar
The flags which tell if a specified calendar field for the calendar is set.
isSet(int) - Method in class java.util.Calendar
Determines if the given calendar field has a value set, including cases that the value has been set by internal fields calculations triggered by a get method call.
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.
isTimeSet - Variable in class java.util.Calendar
True if then the value of time is valid.
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.ZoneId
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.ZoneId
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.

J

JANUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the first month of the year in the Gregorian and Julian calendars.
JapaneseChronology - Class in javax.time.i18n
The Japanese Imperial calendar system.
JapaneseDate - Class in javax.time.i18n
A date in the Japanese calendar system.
JapaneseEra - Enum in javax.time.i18n
Defines the valid eras for the Japanese Imperial calendar system.
java.util - package java.util
Amended OpenJDK classes that integrate JSR-310 with the existing date and time APIs.
javax.time - package javax.time
Provides classes to manage the continuous time scale including a wrapper for the system clock.
javax.time.calendar - package javax.time.calendar
Provides classes to manage the human time scale including date, time, date-time and time-zone representations.
javax.time.calendar.format - package javax.time.calendar.format
Provides classes to format dates and times as strings.
javax.time.calendar.zone - package javax.time.calendar.zone
Provides classes to implement time-zones and their rules.
javax.time.i18n - package javax.time.i18n
Provides classes representing dates and times in alternate calendar systems.
JulianChronology - Class in javax.time.i18n
The Julian calendar system.
JULY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the seventh month of the year in the Gregorian and Julian calendars.
JUNE - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the sixth month of the year in the Gregorian and Julian calendars.

L

lastDayOfMonth() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the last day-of-month matcher, which returns true if the date is the last valid day of the month.
lastDayOfMonth() - Static method in class javax.time.calendar.DateAdjusters
Returns the last day-of-month adjuster, which returns a new date with the day-of-month changed to be the last valid day of the month.
lastDayOfYear() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the last day-of-year matcher, which returns true if the date is the last valid day of the year.
lastDayOfYear() - Static method in class javax.time.calendar.DateAdjusters
Returns the last day-of-year adjuster, which returns a new date with the day-of-year changed to be the last day of the year - December 31.
leapDay() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the leap day matcher, which returns true if the date is February 29th in a leap year.
leapYear() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the leap year matcher, which returns true if the date is in a leap year.
lengthInDays(boolean) - Method in enum javax.time.calendar.MonthOfYear
Gets the length of this month in days.
lengthInDays() - Method in class javax.time.calendar.Year
Gets the length of this year in days.
lengthInDays() - Method in class javax.time.calendar.YearMonth
Gets the length of this month in days.
LocalDate - Class in javax.time.calendar
A date without a time-zone in the ISO-8601 calendar system, such as 2007-12-03.
LocalDateTime - Class in javax.time.calendar
A date-time without a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30.
LocalTime - Class in javax.time.calendar
A time without time-zone in the ISO-8601 calendar system, such as 10:15:30.
LocalTime.Overflow - Class in javax.time.calendar
The result of addition to a LocalTime allowing the expression of any overflow in days.
LONG - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a long name, such as "January".
longDate(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date format, which is typically of long length.
longDateTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date-time format, which is typically of long length.
longTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific time format, which is typically of long length.

M

main(String[]) - Static method in class javax.time.calendar.zone.TZDBZoneRulesCompiler
Reads a set of TZDB files and builds a single combined data file.
MARCH - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the third month of the year in the Gregorian and Julian calendars.
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_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.
MAX_YEAR_OF_ERA - Static variable in class javax.time.i18n.HijrahDate
The maximum valid year-of-era.
MAX_YEAR_OF_ERA - Static variable in class javax.time.i18n.JapaneseDate
The maximum valid year-of-era.
MAX_YEAR_OF_ERA - Static variable in class javax.time.i18n.MinguoDate
The maximum valid year-of-era.
MAX_YEAR_OF_ERA - Static variable in class javax.time.i18n.ThaiBuddhistDate
The maximum valid year-of-era.
maxLengthInDays() - Method in enum javax.time.calendar.MonthOfYear
Gets the maximum length of this month in days.
MAY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fifth month of the year in the Gregorian and Julian calendars.
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.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
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.
MIN_YEAR_OF_ERA - Static variable in class javax.time.i18n.HijrahDate
The minimum valid year-of-era.
MIN_YEAR_OF_ERA - Static variable in class javax.time.i18n.JapaneseDate
The minimum valid year-of-era.
MIN_YEAR_OF_ERA - Static variable in class javax.time.i18n.MinguoDate
The minimum valid year-of-era.
MIN_YEAR_OF_ERA - Static variable in class javax.time.i18n.ThaiBuddhistDate
The minimum valid year-of-era.
MinguoChronology - Class in javax.time.i18n
The Minguo calendar system.
MinguoDate - Class in javax.time.i18n
A date in the Minguo calendar system.
MinguoEra - Enum in javax.time.i18n
Defines the valid eras for the Minguo calendar system.
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.
minusDays(long) - Method in class javax.time.i18n.HijrahDate
Returns a copy of this date with the specified number of days subtracted.
minusDays(long) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the specified number of days subtracted.
minusDays(long) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the specified number of days subtracted.
minusDays(long) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the specified number of 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.
minusMonths(int) - Method in class javax.time.i18n.HijrahDate
Returns a copy of this date with the specified number of months subtracted.
minusMonths(int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the specified number of months subtracted.
minusMonths(int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the specified number of months subtracted.
minusMonths(int) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the specified number of 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.
minusWeeks(int) - Method in class javax.time.i18n.HijrahDate
Returns a copy of this date with the specified number of weeks subtracted.
minusWeeks(int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the specified number of weeks subtracted.
minusWeeks(int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the specified number of weeks subtracted.
minusWeeks(int) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the specified number of 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.
minusYears(int) - Method in class javax.time.i18n.HijrahDate
Returns a copy of this date with the specified number of years subtracted.
minusYears(int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the specified number of years subtracted.
minusYears(int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the specified number of years subtracted.
minusYears(int) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the specified number of years subtracted.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
minuteOfHourRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the minute-of-hour field.
MONDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Monday.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
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() - Static method in class javax.time.i18n.HijrahChronology
Gets the rule for the month-of-year field in the Hijrah chronology.
monthOfYearRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the month-of-year field in the Historic chronology.
monthOfYearRule() - Static method in class javax.time.i18n.JapaneseChronology
Gets the rule for the month-of-year field in the Japanese chronology.
monthOfYearRule() - Static method in class javax.time.i18n.MinguoChronology
Gets the rule for the month-of-year field in the Minguo chronology.
monthOfYearRule() - Static method in class javax.time.i18n.ThaiBuddhistChronology
Gets the rule for the month-of-year field in the Thai Buddhist 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.

N

nanoOfDayRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the nano-of-day field.
nanoOfSecondRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the nano-of-second field.
NANOS_PER_SECOND - Static variable in class javax.time.UTCRules
Constant for nanos per standard second: 1,000,000,000.
negated() - Method in class javax.time.calendar.Period
Returns a new instance with each amount in this period negated.
negated() - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the amount negated.
negated() - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with each amount in this period negated.
negated() - Method in class javax.time.Duration
Returns a copy of this duration with the length negated.
next(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the next day-of-week adjuster, which adjusts the date to be the next of the specified day-of-week after the specified date.
next() - Method in enum javax.time.calendar.DayOfWeek
Gets the next day-of-week.
next() - Method in enum javax.time.calendar.MonthOfYear
Gets the next month-of-year.
next() - Method in enum javax.time.calendar.QuarterOfYear
Gets the next quarter-of-year.
next() - Method in class javax.time.calendar.Year
Returns the next year.
nextLeap() - Method in class javax.time.calendar.Year
Returns the next leap year after the current year.
nextNonWeekendDay() - Static method in class javax.time.calendar.DateAdjusters
Returns the next non weekend day adjuster, which adjusts the date one day forward skipping Saturday and Sunday.
nextOrCurrent(DayOfWeek) - Static method in class javax.time.calendar.DateAdjusters
Returns the next or current day-of-week adjuster, which adjusts the date to be be the next of the specified day-of-week, returning the input date if the day-of-week matched.
nextTransition(InstantProvider) - Method in class javax.time.calendar.zone.ZoneRules
Gets the next transition after the specified transition.
nextValid() - Static method in class javax.time.calendar.DateResolvers
Returns the next valid day resolver, which adjusts the date to be valid by moving to the first of the next month.
nonWeekendDay() - Static method in class javax.time.calendar.CalendricalMatchers
Returns the non weekend day matcher, which returns true if the date is between Monday and Friday inclusive.
normalized() - Method in class javax.time.calendar.Period
Returns a copy of this period with all amounts normalized to the standard ranges for date-time fields.
normalized() - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the amounts normalized.
normalizedTo(PeriodUnit...) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the amounts normalized to the specified units.
normalizedWith24HourDays() - Method in class javax.time.calendar.Period
Returns a copy of this period with all amounts normalized to the standard ranges for date-time fields including the assumption that days are 24 hours long.
NOVEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eleventh month of the year in the Gregorian and Julian calendars.
now() - Static method in class javax.time.calendar.LocalDate
Obtains the current date from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.LocalDate
Obtains the current date from the specified clock.
now() - Static method in class javax.time.calendar.LocalDateTime
Obtains the current date-time from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.LocalDateTime
Obtains the current date-time from the specified clock.
now() - Static method in class javax.time.calendar.LocalTime
Obtains the current time from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.LocalTime
Obtains the current time from the specified clock.
now() - Static method in class javax.time.calendar.MonthDay
Obtains the current month-day from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.MonthDay
Obtains the current month-day from the specified clock.
now() - Static method in class javax.time.calendar.OffsetDate
Obtains the current date from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.OffsetDate
Obtains the current date from the specified clock.
now() - Static method in class javax.time.calendar.OffsetDateTime
Obtains the current date-time from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.OffsetDateTime
Obtains the current date-time from the specified clock.
now() - Static method in class javax.time.calendar.OffsetTime
Obtains the current time from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.OffsetTime
Obtains the current time from the specified clock.
now() - Static method in class javax.time.calendar.Year
Obtains the current year from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.Year
Obtains the current year from the specified clock.
now() - Static method in class javax.time.calendar.YearMonth
Obtains the current year-month from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.YearMonth
Obtains the current year-month from the specified clock.
now() - Static method in class javax.time.calendar.ZonedDateTime
Obtains the current date-time from the system clock in the default time-zone.
now(Clock) - Static method in class javax.time.calendar.ZonedDateTime
Obtains the current date-time from the specified clock.
now() - Static method in class javax.time.Instant
Obtains the current instant from the system time-source in the default time-zone.
now(TimeSource) - Static method in class javax.time.Instant
Obtains the current instant from the specified clock.

O

OCTOBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the tenth month of the year in the Gregorian and Julian calendars.
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(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, ZoneId) - 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, ZoneId, 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, ZoneId) - 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, ZoneId, 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, ZoneId) - 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, ZoneId, 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, ZoneId) - 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, ZoneId, 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, ZoneId) - 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, Map<String, String>) - Static method in class javax.time.calendar.ZoneId
Obtains an instance of ZoneId using its ID using a map of aliases to supplement the standard zone IDs.
of(String) - Static method in class javax.time.calendar.ZoneId
Obtains an instance of ZoneId from an identifier ensuring that the identifier is valid and available for use.
of(ZoneOffset) - Static method in class javax.time.calendar.ZoneId
Obtains an instance of ZoneId representing a fixed 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, int, int) - Static method in class javax.time.i18n.HijrahDate
Obtains an instance of HijrahDate from the Hijrah era year, month-of-year and day-of-month.
of(HijrahEra, int, int, int) - Static method in class javax.time.i18n.HijrahDate
Obtains an instance of HijrahDate from the era, year-of-era month-of-year and day-of-month.
of(Calendrical) - Static method in class javax.time.i18n.HijrahDate
Obtains an instance of HijrahDate from a calendrical.
of(int) - Static method in enum javax.time.i18n.HijrahEra
Obtains an instance of HijrahEra from a value.
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(int, MonthOfYear, int) - Static method in class javax.time.i18n.JapaneseDate
Obtains an instance of JapaneseDate from the Heisei era year, month-of-year and day-of-month.
of(JapaneseEra, int, MonthOfYear, int) - Static method in class javax.time.i18n.JapaneseDate
Obtains an instance of JapaneseDate from the era, year-of-era, month-of-year and day-of-month.
of(Calendrical) - Static method in class javax.time.i18n.JapaneseDate
Obtains an instance of JapaneseDate from a calendrical.
of(int) - Static method in enum javax.time.i18n.JapaneseEra
Obtains an instance of JapaneseEra from a value.
of(int, MonthOfYear, int) - Static method in class javax.time.i18n.MinguoDate
Obtains an instance of MinguoDate from the Minguo era year, month-of-year and day-of-month.
of(MinguoEra, int, MonthOfYear, int) - Static method in class javax.time.i18n.MinguoDate
Obtains an instance of MinguoDate from the era, year-of-era, month-of-year and day-of-month.
of(Calendrical) - Static method in class javax.time.i18n.MinguoDate
Obtains an instance of MinguoDate from a calendrical.
of(int) - Static method in enum javax.time.i18n.MinguoEra
Obtains an instance of MinguoEra from a value.
of(int, MonthOfYear, int) - Static method in class javax.time.i18n.ThaiBuddhistDate
Obtains an instance of ThaiBuddhistDate from the Thai Buddhist year, month-of-year and day-of-month.
of(ThaiBuddhistEra, int, MonthOfYear, int) - Static method in class javax.time.i18n.ThaiBuddhistDate
Obtains an instance of ThaiBuddhistDate from the era, year-of-era, month-of-year and day-of-month.
of(Calendrical) - Static method in class javax.time.i18n.ThaiBuddhistDate
Obtains an instance of ThaiBuddhistDate from a calendrical.
of(int) - Static method in enum javax.time.i18n.ThaiBuddhistEra
Obtains an instance of ThaiBuddhistEra from a 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, ZoneId) - 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, ZoneId) - Static method in class javax.time.calendar.ZonedDateTime
Obtains an instance of ZonedDateTime from an Instant.
ofInstant(OffsetDateTime, ZoneId) - 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.ZoneId
Obtains an instance of ZoneId 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.ZoneId
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.ZoneId
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.

P

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) - Static method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
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.HijrahChronology
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.JapaneseChronology
Gets the period unit for days.
periodDays() - Static method in class javax.time.i18n.JulianChronology
Gets the period unit for days.
periodDays() - Static method in class javax.time.i18n.MinguoChronology
Gets the period unit for days.
periodDays() - Static method in class javax.time.i18n.ThaiBuddhistChronology
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.HijrahChronology
Gets the period unit for eras.
periodEras() - Static method in class javax.time.i18n.HistoricChronology
Gets the period unit for eras.
periodEras() - Static method in class javax.time.i18n.JapaneseChronology
Gets the period rule for eras.
periodEras() - Static method in class javax.time.i18n.MinguoChronology
Gets the period unit for eras.
periodEras() - Static method in class javax.time.i18n.ThaiBuddhistChronology
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.HijrahChronology
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.JapaneseChronology
Gets the period unit for months.
periodMonths() - Static method in class javax.time.i18n.JulianChronology
Gets the period unit for months.
periodMonths() - Static method in class javax.time.i18n.MinguoChronology
Gets the period unit for months.
periodMonths() - Static method in class javax.time.i18n.ThaiBuddhistChronology
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.HijrahChronology
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.JapaneseChronology
Gets the period unit for weeks.
periodWeeks() - Static method in class javax.time.i18n.JulianChronology
Gets the period unit for weeks.
periodWeeks() - Static method in class javax.time.i18n.MinguoChronology
Gets the period unit for weeks.
periodWeeks() - Static method in class javax.time.i18n.ThaiBuddhistChronology
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.HijrahChronology
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.JapaneseChronology
Gets the period unit for years.
periodYears() - Static method in class javax.time.i18n.JulianChronology
Gets the period unit for years.
periodYears() - Static method in class javax.time.i18n.MinguoChronology
Gets the period unit for years.
periodYears() - Static method in class javax.time.i18n.ThaiBuddhistChronology
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(long) - Method in class javax.time.i18n.HijrahDate
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.
plusDays(long) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the specified number of days added.
plusDays(long) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the specified number of days added.
plusDays(long) - Method in class javax.time.i18n.ThaiBuddhistDate
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.HijrahDate
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.
plusMonths(int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the specified number of months added.
plusMonths(int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the specified number of months added.
plusMonths(int) - Method in class javax.time.i18n.ThaiBuddhistDate
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.
plusWeeks(int) - Method in class javax.time.i18n.HijrahDate
Returns a copy of this date with the specified number of weeks added.
plusWeeks(int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the specified number of weeks added.
plusWeeks(int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the specified number of weeks added.
plusWeeks(int) - Method in class javax.time.i18n.ThaiBuddhistDate
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.HijrahDate
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.
plusYears(int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the specified number of years added.
plusYears(int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the specified number of years added.
plusYears(int) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the specified number of years added.
PM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from noon to just before midnight.
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.

Q

QuarterOfYear - Enum in javax.time.calendar
A quarter-of-year, such as 'Q2'.
quarterOfYearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the quarter-of-year field in the ISO chronology.

R

registerProvider(ZoneRulesDataProvider) - Static method in class javax.time.calendar.zone.ZoneRulesGroup
Registers a zone rules provider with this group.
registerSystemLeapSecond(long, int) - Static method in class javax.time.UTCRules
Adds a new leap second to the system default leap second rules.
reify(Object) - Method in class javax.time.calendar.CalendricalRule
Returns the input value cast to the correct generic type.
remainder(long) - Method in class javax.time.calendar.PeriodField
Returns a copy of this period with the amount as the remainder following division by the specified divisor.
remainder(PeriodField) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the modular division remainder of each field calculated with respect to the specified period.
removeProcessed(CalendricalRule<?>) - Method in class javax.time.calendar.CalendricalMerger
Removes a rule and its value from the map being processed.
resolve(ZoneId, LocalDateTime, ZonedDateTime) - Method in class javax.time.calendar.ZoneResolver
Resolves the new local date-time to an offset date-time using the zone.
resolveDate(int, int, int) - Method in class javax.time.calendar.CalendricalContext
Resolves the year, month and day-of-month to a date using ISO chronology rules.
resolveDate(int, MonthOfYear, int) - Method in interface javax.time.calendar.DateResolver
Resolves the combination of year, month and day into a date.
retain(PeriodUnit...) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with the specified units retained.
retainConvertible(PeriodUnit...) - Method in class javax.time.calendar.PeriodFields
Returns a copy of this period with only those units that can be converted to the specified units.
retainOffset() - Static method in class javax.time.calendar.ZoneResolvers
Returns the retain offset resolver, which returns the instant after the transition for gaps, and the same offset for overlaps.
rethrowIOException() - Method in exception javax.time.calendar.format.CalendricalPrintException
Checks if the cause of this exception was an IOException, and if so re-throws it
rfc1123() - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns the RFC-1123 date-time formatter.
roll(int, boolean) - Method in class java.util.Calendar
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, int) - Method in class java.util.Calendar
Adds the specified (signed) amount to the specified calendar field without changing larger fields.
roll(int, boolean) - Method in class java.util.GregorianCalendar
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, int) - Method in class java.util.GregorianCalendar
Adds a signed amount to the specified calendar field without changing larger fields.
roll(int) - Method in enum javax.time.calendar.DayOfWeek
Rolls the day-of-week, adding the specified number of days.
roll(int) - Method in enum javax.time.calendar.MonthOfYear
Rolls the month-of-year, adding the specified number of months.
roll(int) - Method in enum javax.time.calendar.QuarterOfYear
Rolls the quarter-of-year, adding the specified number of quarters.
rollDayOfMonth(int) - Method in class javax.time.calendar.MonthDay
Rolls the day-of-month, adding the specified number of days to a copy of this MonthDay.
rollMonthOfYear(int) - Method in class javax.time.calendar.MonthDay
Rolls the month-of-year, adding the specified number of months to a copy of this MonthDay.
rollMonthOfYear(int) - Method in class javax.time.calendar.YearMonth
Rolls the month-of-year, adding the specified number of months to a copy of this YearMonth.
rule() - Static method in class javax.time.calendar.Chronology
Gets the rule for Chronology.
rule() - Static method in class javax.time.calendar.LocalDate
Gets the rule for LocalDate.
rule() - Static method in class javax.time.calendar.LocalDateTime
Gets the rule for LocalDateTime.
rule() - Static method in class javax.time.calendar.LocalTime
Gets the rule for LocalTime.
rule() - Static method in class javax.time.calendar.MonthDay
Gets the rule for the month-day.
rule() - Static method in class javax.time.calendar.OffsetDate
Gets the rule for OffsetDate.
rule() - Static method in class javax.time.calendar.OffsetDateTime
Gets the rule for OffsetDateTime.
rule() - Static method in class javax.time.calendar.OffsetTime
Gets the rule for OffsetTime.
rule() - Static method in class javax.time.calendar.Year
Gets the rule that defines how the year field operates.
rule() - Static method in class javax.time.calendar.YearMonth
Gets the rule for the year-month.
rule() - Static method in class javax.time.calendar.ZonedDateTime
Gets the rule for ZonedDateTime.
rule() - Static method in class javax.time.calendar.ZoneId
Gets the rule for ZoneId.
rule() - Static method in class javax.time.calendar.ZoneOffset
Gets the rule for the zone-offset.
rule() - Static method in class javax.time.i18n.CopticDate
Gets the rule for CopticDate.
rule() - Static method in class javax.time.i18n.HijrahDate
Gets the rule for HijrahDate.
rule() - Static method in enum javax.time.i18n.HijrahEra
Gets the rule that defines how the era field operates.
rule() - Static method in class javax.time.i18n.HistoricDate
Gets the field rule for HistoricDate.
rule() - Static method in class javax.time.i18n.JapaneseDate
Gets the rule for JapaneseDate.
rule() - Static method in enum javax.time.i18n.JapaneseEra
Gets the rule that defines how the era field operates.
rule() - Static method in class javax.time.i18n.MinguoDate
Gets the rule for MinguoDate.
rule() - Static method in enum javax.time.i18n.MinguoEra
Gets the rule that defines how the era field operates.
rule() - Static method in class javax.time.i18n.ThaiBuddhistDate
Gets the rule for ThaiBuddhistDate.
rule() - Static method in enum javax.time.i18n.ThaiBuddhistEra
Gets the rule that defines how the era field operates.

S

safeAdd(int, int) - Static method in class javax.time.MathUtils
Safely adds two int values.
safeAdd(long, long) - Static method in class javax.time.MathUtils
Safely adds two long values.
safeCompare(int, int) - Static method in class javax.time.MathUtils
Safely compare one int with another.
safeCompare(long, long) - Static method in class javax.time.MathUtils
Safely compare one long with another.
safeDecrement(int) - Static method in class javax.time.MathUtils
Safely decrements an int.
safeDecrement(long) - Static method in class javax.time.MathUtils
Safely decrements a long.
safeIncrement(int) - Static method in class javax.time.MathUtils
Safely increments an int.
safeIncrement(long) - Static method in class javax.time.MathUtils
Safely increments a long.
safeMultiply(int, int) - Static method in class javax.time.MathUtils
Safely multiply one int by another.
safeMultiply(long, int) - Static method in class javax.time.MathUtils
Safely multiply a long by an int.
safeMultiply(long, long) - Static method in class javax.time.MathUtils
Multiply two values throwing an exception if overflow occurs.
safeNegate(int) - Static method in class javax.time.MathUtils
Negates the input value, throwing an exception if an overflow occurs.
safeNegate(long) - Static method in class javax.time.MathUtils
Negates the input value, throwing an exception if an overflow occurs.
safeSubtract(int, int) - Static method in class javax.time.MathUtils
Safely subtracts one int from another.
safeSubtract(long, long) - Static method in class javax.time.MathUtils
Safely subtracts one long from another.
safeToInt(long) - Static method in class javax.time.MathUtils
Safely convert a long to an int.
SATURDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Saturday.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
secondOfDayRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the second-of-day field.
secondOfMinuteRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the second-of-minute field.
SECS_PER_DAY - Static variable in class javax.time.UTCRules
Constant for number of seconds per standard day: 86,400.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the ninth month of the year in the Gregorian and Julian calendars.
set(int, int) - Method in class java.util.Calendar
Sets the given calendar field to the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, and DAY_OF_MONTH.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, and MINUTE.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR, MINUTE, and SECOND.
setCaseSensitive(boolean) - Method in class javax.time.calendar.format.DateTimeParseContext
Sets whether the parsing is case sensitive or not.
setContext(CalendricalContext) - Method in class javax.time.calendar.CalendricalMerger
Sets the calendrical context to use for the merge.
setDate(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.DAY_OF_MONTH, int date).
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
setFixedSavingsToWindow(Period) - Method in class javax.time.calendar.zone.ZoneRulesBuilder
Sets the previously added window to have fixed savings.
setGregorianChange(Date) - Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setHours(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.HOUR_OF_DAY, int hours).
setInstant(InstantProvider) - Method in class java.util.Calendar
Sets the instant represented by this Calendar to be the same as the provided Instant.
setInstant(InstantProvider) - Method in class java.util.Date
Sets the instant represented by this Date to be the same as the provided Instant.
setLenient(boolean) - Method in class java.util.Calendar
Specifies whether or not date/time interpretation is to be lenient.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call this method with value 1.
setMinutes(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MINUTE, int minutes).
setMonth(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.MONTH, int month).
setParsed(CalendricalRule<?>, Object) - Method in class javax.time.calendar.format.DateTimeParseContext
Sets the parsed value associated with the specified rule.
setParsed(DateTimeFieldRule<?>, int) - Method in class javax.time.calendar.format.DateTimeParseContext
Sets the parsed value associated with the specified rule.
setSeconds(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.SECOND, int seconds).
setStrict(boolean) - Method in class javax.time.calendar.format.DateTimeParseContext
Sets whether parsing is strict or lenient.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone) - Method in class java.util.GregorianCalendar
 
setYear(int) - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(Calendar.YEAR, year + 1900).
SHORT - Static variable in class java.util.Calendar
A style specifier for getDisplayName and getDisplayNames indicating a short name, such as "Jan".
shortDate(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date format of short length.
shortDateTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific date-time format of short length.
shortTime(Locale) - Static method in class javax.time.calendar.format.DateTimeFormatters
Returns a locale specific time format of short length.
size() - Method in class javax.time.calendar.DateTimeFields
Returns the size of the map of fields to values.
size() - Method in class javax.time.calendar.PeriodFields
Returns the size of the set of units in this period.
STANDARD_CUTOVER - Static variable in class javax.time.i18n.HistoricDate
The standard cutover date between the Julian and Gregorian calendar system of 1582-10-15.
standardCutover() - Static method in class javax.time.i18n.HistoricChronology
Obtains an instance of HistoricChronology using the standard cutover date of 1582-10-15.
startOptional() - Method in class javax.time.calendar.format.DateTimeParseContext
Starts the parsing of an optional segment of the input.
storeMerged(CalendricalRule<T>, T) - Method in class javax.time.calendar.CalendricalMerger
Stores a rule-value pair into this map ensuring that it does not clash with any previous value defined for that rule.
strict() - Static method in class javax.time.calendar.DateResolvers
Returns the strict resolver which does not manipulate the state in any way, resulting in an exception for all invalid values.
strict() - Static method in class javax.time.calendar.ZoneResolvers
Returns the strict zone resolver which rejects all gaps and overlaps as invalid, resulting in an exception.
SUNDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Sunday.
system(ZoneId) - Static method in class javax.time.calendar.Clock
Gets a clock that obtains the current date and time using the system millisecond clock and the specified time-zone.
system() - Static method in class javax.time.TimeSource
Gets a time-source that obtains the current instant using the system millisecond clock.
system() - Static method in class javax.time.UTCRules
Gets the system default leap second rules.
systemDefaultZone() - Static method in class javax.time.calendar.Clock
Gets a clock that obtains the current date and time using the system millisecond clock and the default time-zone.

T

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.
ThaiBuddhistChronology - Class in javax.time.i18n
The Thai Buddhist calendar system.
ThaiBuddhistDate - Class in javax.time.i18n
A date in the Thai Buddhist calendar system.
ThaiBuddhistEra - Enum in javax.time.i18n
Defines the valid eras for the Thai Buddhist calendar system.
THURSDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Thursday.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
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.
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.
toGMTString() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.format(Date date), using a GMT TimeZone.
toInstant() - Method in class java.util.Calendar
Converts this object to an Instant.
toInstant() - Method in class java.util.Date
Converts this object to an Instant.
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 class java.util.GregorianCalendar
Converts this object to a LocalDate.
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.HijrahDate
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.
toLocalDate() - Method in class javax.time.i18n.JapaneseDate
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.MinguoDate
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.ThaiBuddhistDate
Converts this date to a LocalDate, which is the default representation of a date, and provides values in the ISO-8601 calendar system.
toLocalDateTime() - Method in class java.util.GregorianCalendar
Converts this object to a LocalDateTime.
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.
toLocaleString() - Method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.format(Date date).
toLocalTime() - Method in class java.util.GregorianCalendar
Converts this object to a LocalTime.
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 java.util.GregorianCalendar
Converts this object to a OffsetDate.
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 java.util.GregorianCalendar
Converts this object to a OffsetDateTime.
toOffsetDateTime() - Method in class javax.time.calendar.ZonedDateTime
Converts this ZonedDateTime to a OffsetDateTime.
toOffsetTime() - Method in class java.util.GregorianCalendar
Converts this object to a OffsetTime.
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 java.util.Calendar
Return a string representation of this calendar.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form:
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.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.ZoneId
Returns a string representation of the time-zone.
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.HijrahDate
Outputs this date as a String, such as 1430-03-05 (Hijrah).
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.i18n.JapaneseDate
Outputs this date as a String, such as SHOWA 48-12-01 (Japanese).
toString() - Method in class javax.time.i18n.MinguoDate
Outputs this date as a String, such as 97-13-01 (Minguo).
toString() - Method in class javax.time.i18n.ThaiBuddhistDate
Outputs this date as a String, such as 2551-12-01 (ThaiBuddhist).
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.
toZonedDateTime() - Method in class java.util.GregorianCalendar
Converts this object to a ZonedDateTime.
TUESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Tuesday.
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.

U

UNDECIMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the thirteenth month of the year.
UnsupportedRuleException - Exception in javax.time.calendar
An exception used when the value for a rule cannot be found.
UnsupportedRuleException(CalendricalRule<?>) - Constructor for exception javax.time.calendar.UnsupportedRuleException
Constructs a new unsupported field exception creating a standard error message.
UnsupportedRuleException(String, CalendricalRule<?>) - Constructor for exception javax.time.calendar.UnsupportedRuleException
Constructs a new unsupported field exception using the specified error message.
UTC(int, int, int, int, int, int) - Static method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec), using a UTC TimeZone, followed by Calendar.getTime().getTime().
UTC - Static variable in class javax.time.calendar.ZoneId
The time-zone id for 'UTC'.
UTC - Static variable in class javax.time.calendar.ZoneOffset
The time-zone offset for UTC, with an id of 'Z'.
utcInstant() - Method in class javax.time.TimeSource
Gets the current UTCInstant.
UTCInstant - Class in javax.time
An instantaneous point on the time-line measured in the UTC time-scale, handling leap seconds.
UTCRules - Class in javax.time
Rules defining the UTC time-scale, notably when leap seconds occur.
UTCRules() - Constructor for class javax.time.UTCRules
Creates an instance of the rules.

V

valueOf(String) - Static method in enum javax.time.calendar.AmPmOfDay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.FormatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.TextStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.MonthOfYear
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.QuarterOfYear
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.i18n.HijrahEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.i18n.HistoricEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.i18n.JapaneseEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.i18n.MinguoEra
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.time.i18n.ThaiBuddhistEra
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.time.calendar.AmPmOfDay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.FormatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.SignStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.format.DateTimeFormatterBuilder.TextStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.MonthOfYear
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.QuarterOfYear
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.calendar.zone.ZoneRulesBuilder.TimeDefinition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.i18n.HijrahEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.i18n.HistoricEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.i18n.JapaneseEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.i18n.MinguoEra
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.time.i18n.ThaiBuddhistEra
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEDNESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Wednesday.
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current month.
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current year.
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.HijrahDate
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.
withDayOfMonth(int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the day-of-month altered.
withDayOfMonth(int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the day-of-month altered.
withDayOfMonth(int) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the day-of-month 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.HijrahDate
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.
withDayOfYear(int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the day-of-year altered.
withDayOfYear(int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the day-of-year altered.
withDayOfYear(int) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the day-of-year 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.ZoneId
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.ZoneId
Returns a copy of this time-zone with the latest available version ID.
withLatestVersionValidFor(OffsetDateTime) - Method in class javax.time.calendar.ZoneId
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(int) - Method in class javax.time.i18n.HijrahDate
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.
withMonthOfYear(MonthOfYear) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the month-of-year altered.
withMonthOfYear(MonthOfYear) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the month-of-year altered.
withMonthOfYear(MonthOfYear) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the month-of-year 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.ZoneId
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(HijrahEra, int) - Method in class javax.time.i18n.HijrahDate
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.
withYear(JapaneseEra, int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the year altered.
withYear(MinguoEra, int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the year altered.
withYear(ThaiBuddhistEra, int) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the year altered.
withYearOfEra(int) - Method in class javax.time.i18n.HijrahDate
Returns a copy of this date with the year-of-era altered.
withYearOfEra(int) - Method in class javax.time.i18n.JapaneseDate
Returns a copy of this date with the year-of-era altered.
withYearOfEra(int) - Method in class javax.time.i18n.MinguoDate
Returns a copy of this date with the year-of-era altered.
withYearOfEra(int) - Method in class javax.time.i18n.ThaiBuddhistDate
Returns a copy of this date with the year-of-era 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(ZoneId) - Method in class javax.time.calendar.Clock
Returns a copy of this clock with a different time-zone.
withZoneSameInstant(ZoneId) - Method in class javax.time.calendar.ZonedDateTime
Returns a copy of this ZonedDateTime with a different time-zone, retaining the instant.
withZoneSameLocal(ZoneId) - 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(ZoneId, 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.

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
year() - Method in class javax.time.calendar.Clock
Gets the current year.
Year - Class in javax.time.calendar
A year in the ISO-8601 calendar system, such as 2007.
yearMonth() - Method in class javax.time.calendar.Clock
Gets the current year-month.
YearMonth - Class in javax.time.calendar
A year-month in the ISO-8601 calendar system, such as 2007-12.
yearOfEraRule() - Static method in class javax.time.i18n.HijrahChronology
Gets the rule for the year of era field in the Hijrah chronology.
yearOfEraRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the year field in the Historic chronology.
yearOfEraRule() - Static method in class javax.time.i18n.JapaneseChronology
Gets the rule for the year of era field in the Japanese chronology.
yearOfEraRule() - Static method in class javax.time.i18n.MinguoChronology
Gets the rule for the year of era field in the Minguo chronology.
yearOfEraRule() - Static method in class javax.time.i18n.ThaiBuddhistChronology
Gets the rule for the year of era field in the Thai Buddhist chronology.
yearRule() - Static method in class javax.time.calendar.ISOChronology
Gets the rule for the year field in the ISO chronology.
yearRule() - Static method in class javax.time.i18n.CopticChronology
Gets the rule for the year field in the Coptic chronology.
yearRule() - Method in class javax.time.i18n.HistoricChronology
Gets the rule for the year field in the Historic chronology.
yearsBetween(DateProvider, DateProvider) - Static method in class javax.time.calendar.Period
Obtains a Period consisting of the number of years between two dates.
yesterday() - Method in class javax.time.calendar.Clock
Gets yesterday's date.

Z

ZERO - Static variable in class javax.time.calendar.Period
A constant for a period of zero.
ZERO - Static variable in class javax.time.calendar.PeriodFields
A constant for a period of zero.
ZERO - Static variable in class javax.time.Duration
Constant for a duration of zero.
ZONE_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the raw offset from GMT in milliseconds.
zonedDateTime() - Method in class javax.time.calendar.Clock
Gets the current zoned date-time.
ZonedDateTime - Class in javax.time.calendar
A date-time with a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30+01:00 Europe/Paris.
zonedDateTimeToMinute() - Method in class javax.time.calendar.Clock
Gets the current zoned date-time with a resolution of minutes.
zonedDateTimeToSecond() - Method in class javax.time.calendar.Clock
Gets the current zoned date-time with a resolution of seconds.
ZoneId - Class in javax.time.calendar
A time-zone id representing the set of rules by which the zone offset varies through the year and historically.
ZoneOffset - Class in javax.time.calendar
A time-zone offset from UTC, such as +02:00.
ZoneOffsetInfo - Class in javax.time.calendar.zone
Information about the valid offsets applicable for a local date-time.
ZoneOffsetTransition - Class in javax.time.calendar.zone
A transition between two offsets caused by a discontinuity in the local time-line.
ZoneOffsetTransitionRule - Class in javax.time.calendar.zone
A rule expressing how to create a transition.
ZoneOffsetTransitionRule(MonthOfYear, int, DayOfWeek, LocalTime, boolean, ZoneRulesBuilder.TimeDefinition, ZoneOffset, ZoneOffset, ZoneOffset) - Constructor for class javax.time.calendar.zone.ZoneOffsetTransitionRule
Creates an instance defining the yearly rule to create transitions between two offsets.
ZoneResolver - Class in javax.time.calendar
Strategy for resolving a LocalDateTime to an OffsetDateTime using the rules of the time-zone.
ZoneResolver() - Constructor for class javax.time.calendar.ZoneResolver
Restrictive constructor.
ZoneResolvers - Class in javax.time.calendar
Provides common implementations of ZoneResolver.
ZoneRules - Class in javax.time.calendar.zone
The rules defining how the zone offset varies for a single time-zone.
ZoneRules() - Constructor for class javax.time.calendar.zone.ZoneRules
Constructor for subclasses.
ZoneRulesBuilder - Class in javax.time.calendar.zone
A mutable builder used to create all the rules for a historic time-zone.
ZoneRulesBuilder() - Constructor for class javax.time.calendar.zone.ZoneRulesBuilder
Constructs an instance of the builder that can be used to create zone rules.
ZoneRulesBuilder.TimeDefinition - Enum in javax.time.calendar.zone
A definition of the way a local time can be converted to an offset time.
ZoneRulesDataProvider - Interface in javax.time.calendar.zone
Provides access to a versioned set of time-zone rules from a single group.
ZoneRulesGroup - Class in javax.time.calendar.zone
A group of time-zone rules wrapping a provider of multiple versions of the data.
ZoneRulesVersion - Interface in javax.time.calendar.zone
A version of time-zone rules from a single group.

A B C D E F G H I J L M N O P Q R S T U V W Y Z