SalesOrder..::..InvoiceLastDate Property

Gets or sets the invoice last date.

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

Syntax


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

Field Value

The invoice last date.