Gets the BEGIN_DATE field of the CProductPrice object.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public DateTime BeginDate { get; }
Visual Basic (Declaration)
Public ReadOnly Property BeginDate As DateTime
Visual C++
public:
property DateTime BeginDate {
	DateTime get ();
}

See Also