Uses of Class
org.threeten.bp.chrono.ChronoPeriod
-
Packages that use ChronoPeriod Package Description org.threeten.bp The main API for dates, times, instants, and durations.org.threeten.bp.chrono Support for calendar systems other than the default ISO. -
-
Uses of ChronoPeriod in org.threeten.bp
Subclasses of ChronoPeriod in org.threeten.bp Modifier and Type Class Description classPeriodA date-based amount of time, such as '2 years, 3 months and 4 days'. -
Uses of ChronoPeriod in org.threeten.bp.chrono
Subclasses of ChronoPeriod in org.threeten.bp.chrono Modifier and Type Class Description (package private) classChronoPeriodImplAn implementation ofChronoPeriod.Methods in org.threeten.bp.chrono that return ChronoPeriod Modifier and Type Method Description static ChronoPeriodChronoPeriod. between(ChronoLocalDate startDateInclusive, ChronoLocalDate endDateExclusive)Obtains aChronoPeriodconsisting of amount of time between two dates.abstract ChronoPeriodChronoPeriod. minus(TemporalAmount amountToSubtract)Returns a copy of this period with the specified period subtracted.ChronoPeriodChronoPeriodImpl. minus(TemporalAmount amountToSubtract)abstract ChronoPeriodChronoPeriod. multipliedBy(int scalar)Returns a new instance with each amount in this period in this period multiplied by the specified scalar.ChronoPeriodChronoPeriodImpl. multipliedBy(int scalar)ChronoPeriodChronoPeriod. negated()Returns a new instance with each amount in this period negated.abstract ChronoPeriodChronoPeriod. normalized()Returns a copy of this period with the amounts of each unit normalized.ChronoPeriodChronoPeriodImpl. normalized()ChronoPeriodChronology. period(int years, int months, int days)Obtains a period for this chronology based on years, months and days.abstract ChronoPeriodChronoPeriod. plus(TemporalAmount amountToAdd)Returns a copy of this period with the specified period added.ChronoPeriodChronoPeriodImpl. plus(TemporalAmount amountToAdd)ChronoPeriodChronoDateImpl. until(ChronoLocalDate endDate)abstract ChronoPeriodChronoLocalDate. until(ChronoLocalDate endDateExclusive)Calculates the period between this date and another date as aChronoPeriod.ChronoPeriodJapaneseDate. until(ChronoLocalDate endDate)ChronoPeriodMinguoDate. until(ChronoLocalDate endDate)ChronoPeriodThaiBuddhistDate. until(ChronoLocalDate endDate)
-