Home
last modified time | relevance | path

Searched refs:nextYear (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Date/
H A DAbstractCalendarDate.php222 … $this->maximum_julian_day = $this->calendar->ymdToJd($this->nextYear($this->year), 1, 1) - 1;
299 protected function nextYear(int $year): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
834 … $this->month === $this->calendar->monthsInYear() ? $this->nextYear($this->year) : $this->year,
H A DJulianDate.php57 protected function nextYear(int $year): int function in Fisharebest\\Webtrees\\Date\\JulianDate