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

day() public méthode

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