ImportCost..::..InvoiceDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaLandedCost.Shipment
Assembly:  JiwaLandedCost (in JiwaLandedCost.dll)

Syntax


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