Home
last modified time | relevance | path

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

/webtrees/app/Date/
H A DAbstractCalendarDate.php448 public function daysInWeek(): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
450 return $this->calendar->daysInWeek();
601 return $this->dayNames($this->minimum_julian_day % $this->calendar->daysInWeek());
611 … return $this->dayNamesAbbreviated($this->minimum_julian_day % $this->calendar->daysInWeek());
631 return I18N::digits(($this->minimum_julian_day + 1) % $this->calendar->daysInWeek());
/webtrees/app/Http/RequestHandlers/
H A DCalendarEvents.php82 $days_in_week = $cal_date->daysInWeek();