Cake\Chronos\Traits\FactoryTrait::maxValue PHP 메소드

maxValue() 공개 정적인 메소드

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