Cake\Chronos\ChronosInterface::timestamp PHP Méthode

timestamp() public méthode

Set the instance's timestamp
public timestamp ( integer $value ) : static
$value integer The timestamp value to set.
Résultat static
    public function timestamp($value);
ChronosInterface