Gets or sets the date that the order is scheduled to ship.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected DateTime ScheduledDate { get; set; } |
| Visual Basic (Declaration) |
|---|
Protected Property ScheduledDate As DateTime |
| Visual C++ |
|---|
protected: 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.