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

second() 공개 메소드

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