Cake\Chronos\Traits\FactoryTrait::tomorrow PHP Méthode

tomorrow() public static méthode

Create a ChronosInterface instance for tomorrow
public static tomorrow ( DateTimeZon\DateTimeZone | string | null $tz = null ) : static
$tz DateTimeZon\DateTimeZone | string | null The DateTimeZone object or timezone name the new instance should use.
Résultat static
    public static function tomorrow($tz = null)
    {
        return new static('tomorrow, midnight', $tz);
    }