Home | History | Annotate | Download | only in chrono

Lines Matching refs:years

678      * Obtains a period for this chronology based on years, months and days.
681 * years, months and days. All supplied chronologies use periods
682 * based on years, months and days, however the {@code ChronoPeriod} API
694 * years, months and days, or where you want direct control, then
699 * @param years the number of years, may be negative
700 * @param months the number of years, may be negative
701 * @param days the number of years, may be negative
704 default ChronoPeriod period(int years, int months, int days) {
705 return new ChronoPeriodImpl(this, years, months, days);