ActionScheduler_Abstract_Schedule::get_date()publicWC 1.0

Get the date & time the schedule is set to run.

Method of the class: ActionScheduler_Abstract_Schedule{}

No Hooks.

Return

DateTime|null.

Usage

$ActionScheduler_Abstract_Schedule = new ActionScheduler_Abstract_Schedule();
$ActionScheduler_Abstract_Schedule->get_date();

ActionScheduler_Abstract_Schedule::get_date() code WC 8.7.0

public function get_date() {
	return $this->scheduled_date;
}