Cake\Chronos\ChronosInterface::year PHP Method

year() public method

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