Home
last modified time | relevance | path

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

/webtrees/app/
H A DAge.php37 private bool $is_exact; variable in Fisharebest\\Webtrees\\Age
65 $this->is_exact = $start->day() !== 0 && $end->day() !== 0;
97 if ($this->days > 0 || $this->is_exact) {