SalesHistory..::..InvoiceDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.Import
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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