Cake\Chronos\ChronosInterface::isPast PHP Method

isPast() public method

Determines if the instance is in the past, ie. less (before) than now
public isPast ( ) : boolean
return boolean
    public function isPast();
ChronosInterface