DebtorInvoice..::..RepeatingNextDate Property

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

Syntax


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