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.2.0

Syntax

C#
public DateTime EnteredOn { get; set; }
Visual Basic (Declaration)
Public Property EnteredOn As DateTime
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