Home
last modified time | relevance | path

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

/webtrees/app/
H A DAge.php35 private int $total_days; variable in Fisharebest\\Webtrees\\Age
53 $this->total_days = $end->minimumJulianDay() - $start->minimumJulianDay();
113 return $this->total_days;