Cake\Chronos\ChronosInterface::second PHP Method

second() public method

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