InteractsWithTime

trait InteractsWithTime (View source)

Methods

int secondsUntil(DateTimeInterface $delay)

Get the number of seconds until the given DateTime.

int availableAt(DateTimeInterface|int $delay)

Get the "available at" UNIX timestamp.

int currentTime()

Get the current system time as a UNIX timestamp.

Details

protected int secondsUntil(DateTimeInterface $delay)

Get the number of seconds until the given DateTime.

Parameters

DateTimeInterface $delay

Return Value

int

protected int availableAt(DateTimeInterface|int $delay)

Get the "available at" UNIX timestamp.

Parameters

DateTimeInterface|int $delay

Return Value

int

protected int currentTime()

Get the current system time as a UNIX timestamp.

Return Value

int

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.4/Illuminate/Queue/InteractsWithTime.html