Cake\Chronos\ChronosInterface::timestamp PHP Method

timestamp() public method

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