You are here

public function InvoiceInterface::setInvoiceDateTime in Commerce Invoice 8.2

Sets the invoice date timestamp.

Parameters

int $timestamp: The invoice date timestamp.

Return value

$this

1 method overrides InvoiceInterface::setInvoiceDateTime()
Invoice::setInvoiceDateTime in src/Entity/Invoice.php
Sets the invoice date timestamp.

File

src/Entity/InvoiceInterface.php, line 358

Class

InvoiceInterface
Defines the interface for invoices.

Namespace

Drupal\commerce_invoice\Entity

Code

public function setInvoiceDateTime($timestamp);