Cake\Chronos\ChronosInterface::year PHP Méthode

year() public méthode

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