Cake\Chronos\Traits\FactoryTrait::maxValue PHP Method

maxValue() public static method

Create a ChronosInterface instance for the greatest supported date.
public static maxValue ( ) : Cake\Chronos\ChronosInterface
return Cake\Chronos\ChronosInterface
    public static function maxValue()
    {
        return static::createFromTimestamp(PHP_INT_MAX);
    }