Line..::..TransactionDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaJobCosting.Estimates
Assembly:  JiwaJobCosting (in JiwaJobCosting.dll)

Syntax


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