Searched refs:monthsInYear (Results 1 – 2 of 2) sorted by relevance
373 $months += $this->calendar->monthsInYear($year2);422 public function monthsInYear(): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate424 return $this->calendar->monthsInYear();834 … $this->month === $this->calendar->monthsInYear() ? $this->nextYear($this->year) : $this->year,835 $this->month % $this->calendar->monthsInYear() + 1,
68 $month_numbers = range(1, $calendar_date->monthsInYear());