ActionScheduler_Abstract_RecurringSchedule::get_first_date() public WC 1.0
Get the date & time of the first schedule in this recurring series.
{} It's a method of the class: ActionScheduler_Abstract_RecurringSchedule{}
No Hooks.
Return
DateTime|null.
Usage
$ActionScheduler_Abstract_RecurringSchedule = new ActionScheduler_Abstract_RecurringSchedule(); $ActionScheduler_Abstract_RecurringSchedule->get_first_date();
Code of ActionScheduler_Abstract_RecurringSchedule::get_first_date() ActionScheduler Abstract RecurringSchedule::get first date WC 5.0.0
public function get_first_date() {
return clone $this->first_date;
}