DebtorInvoice..::..BatchDate Property

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

Syntax


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