DebtorTransaction..::..TranDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Debtor
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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