Cake\Chronos\ChronosInterface::timestamp PHP 메소드

timestamp() 공개 메소드

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