Home
last modified time | relevance | path

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

/webtrees/app/Date/
H A DAbstractCalendarDate.php373 $months += $this->calendar->monthsInYear($year2);
422 public function monthsInYear(): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
424 return $this->calendar->monthsInYear();
834 … $this->month === $this->calendar->monthsInYear() ? $this->nextYear($this->year) : $this->year,
835 $this->month % $this->calendar->monthsInYear() + 1,
/webtrees/app/Services/
H A DCalendarService.php68 $month_numbers = range(1, $calendar_date->monthsInYear());