Gets or sets the date on which the COrder was entered.

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

Syntax

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

Field Value

The date on which the COrder was entered.

Remarks

Defaults to Today but may be altered to reflect an effective date.

See Also