\ActionScheduler_Schedule

Class ActionScheduler_Schedule

Summary

Methods
Constants
next()
is_recurring()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

next()

next(null|\DateTime  $after = null) : \DateTime|null

Get the date & time this schedule was created to run, or calculate when it should be run after a given date & time.

Parameters

null|\DateTime $after

Timestamp.

Returns

\DateTime|null

is_recurring()

is_recurring() : bool

Identify the schedule as (not) recurring.

Returns

bool