SalesOrder..::..ExpectedDeliveryDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Sales
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public DateTime ExpectedDeliveryDate { get; set; }
Public Property ExpectedDeliveryDate As DateTime
	Get
	Set
public:
property DateTime^ ExpectedDeliveryDate {
	DateTime^ get ();
	void set (DateTime^ value);
}