Home
last modified time | relevance | path

Searched defs:years (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Contracts/
H A DTimestampInterface.php110 public function addYears(int $years): TimestampInterface;
152 public function subtractYears(int $years): TimestampInterface;
/webtrees/app/
H A DTimestamp.php126 public function addYears(int $years): TimestampInterface
180 public function subtractYears(int $years): TimestampInterface
H A DAge.php29 private int $years; variable in Fisharebest\\Webtrees\\Age
H A DDate.php306 public function addYears(int $years, string $qualifier = ''): Date