Cake\Chronos\ChronosInterface::day PHP Method

day() public method

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