Cake\Chronos\ChronosInterface::subDay PHP Method

subDay() public method

Remove a day from the instance
public subDay ( integer $value = 1 ) : static
$value integer The number of days to remove.
return static
    public function subDay($value = 1);
ChronosInterface