Gets or sets the DATE_ENTERED field of the CTransRow.

Namespace: Asi.iBO.Financials
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public DateTime DateEntered { get; set; }
Visual Basic
Public Property DateEntered As DateTime
	Get
	Set
Visual C++
public:
property DateTime DateEntered {
	DateTime get ();
	void set (DateTime value);
}

See Also