clsPurchaseOrder..::..ExpectedDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaBOAlloc
Assembly:  JiwaBOAlloc (in JiwaBOAlloc.dll)

Syntax


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