Gets or sets the invoice date associated with this COrder.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public DateTime InvoiceDate { get; set; }
Visual Basic (Declaration)
Public Property InvoiceDate As DateTime
Visual C++
public:
property DateTime InvoiceDate {
	DateTime get ();
	void set (DateTime value);
}

See Also