Home
last modified time | relevance | path

Searched defs:addYears (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DDate.php306 public function addYears(int $years, string $qualifier = ''): Date function in Fisharebest\\Webtrees\\Date
H A DTimestamp.php126 public function addYears(int $years): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp
/webtrees/app/Contracts/
H A DTimestampInterface.php110 public function addYears(int $years): TimestampInterface; function