DebtorTransaction..::..InitDateTime Property

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

Syntax


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