Gets or sets the date and time on which an order confirmation was sent to the customer.

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

Syntax

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

Field Value

The date and time on which an order confirmation was sent to the customer.

See Also