You appear to be a bot. Output may be restricted
Description
Get the date & time of the first schedule in this recurring series.
Usage
$DateTime|null = ActionScheduler_Abstract_RecurringSchedule::get_first_date();
Parameters
Returns
DateTime|null
Source
File name: woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php
Lines:
1 to 3 of 3
public function get_first_date() { return clone $this->first_date; }