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

month() public méthode

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