Searched defs:subtractMinutes (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Contracts/ | ||
H A D | TimestampInterface.php | 124 public function subtractMinutes(int $minutes): TimestampInterface; function |
/webtrees/app/ | ||
H A D | Timestamp.php | 144 public function subtractMinutes(int $minutes): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp |