Automattic\WooCommerce\Internal\ShopperLists

ShopperList::get_date_created_gmtpublicWC 1.0

Creation time as a MySQL DATETIME in GMT.

Method of the class: ShopperList{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ShopperList = new ShopperList();
$ShopperList->get_date_created_gmt(): string;

ShopperList::get_date_created_gmt() code WC 10.9.1

public function get_date_created_gmt(): string {
	return $this->date_created_gmt;
}