PurchaseOrder..::..OrderedDate Property

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

Syntax


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