Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DIso8601Date.php341 public function olderThan(DateTime $rightTime): bool argument
345 $externalMilliSeconds = DataType::toMilliSeconds($rightTime);
353 public function diff(DateTime $rightTime): \DateInterval argument
357 return $this->dateTime->diff($rightTime, true);