Gets or sets the date that the order is scheduled to ship.

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

Syntax

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

Field Value

The date that the order is/was scheduled to ship.

Remarks

The date is for information purposes only. It has no effect on the order's processing.

See Also