CreditorTransaction..::..DueDate Property

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

Syntax


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