CashBookTransaction..::..DebtorCreditorTermsDays Property

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

Syntax


public int DebtorCreditorTermsDays { get; set; }
Public Property DebtorCreditorTermsDays As Integer
	Get
	Set
public:
property int^ DebtorCreditorTermsDays {
	int^ get ();
	void set (int^ value);
}