Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DResearchTaskModule.php152 * @param int $max_julian_day
156 private function individualsWithTasks(Tree $tree, int $max_julian_day): Collection argument
166 ->where('d_julianday1', '<', $max_julian_day)
176 * @param int $max_julian_day
180 private function familiesWithTasks(Tree $tree, int $max_julian_day): Collection argument
190 ->where('d_julianday1', '<', $max_julian_day)