Home
last modified time | relevance | path

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

/webtrees/app/
H A DTimestamp.php126 public function addYears(int $years): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp
129 $this->carbon->addYears($years)->getTimestamp(),
H A DDate.php306 public function addYears(int $years, string $qualifier = ''): Date function in Fisharebest\\Webtrees\\Date
H A DIndividual.php633 … $this->estimated_death_date = $this->getEstimatedBirthDate()->addYears($max_alive_age, 'BEF');
/webtrees/app/Contracts/
H A DTimestampInterface.php110 public function addYears(int $years): TimestampInterface; function
/webtrees/tests/app/
H A DTimestampTest.php182 self::assertSame('2024-12-17 16:21:19', $timestamp->addYears(1)->toDateTimeString());