Gets or sets the date and time at which the order shipped.

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

Syntax

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

Field Value

The date and time at which the order shipped.

Remarks

This value is usually entered on the Ship Order window in iMIS when items are shipped in the Ship Orders processing step.

See Also