Searched defs:addYears (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/ | ||
H A D | Date.php | 306 public function addYears(int $years, string $qualifier = ''): Date function in Fisharebest\\Webtrees\\Date |
H A D | Timestamp.php | 126 public function addYears(int $years): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp |
/webtrees/app/Contracts/ | ||
H A D | TimestampInterface.php | 110 public function addYears(int $years): TimestampInterface; function |