Cake\Chronos\ChronosInterface::subDay PHP 메소드

subDay() 공개 메소드

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