Gets or sets the date upon which the current subscription began. This value is predominantly set by iMIS Client/Server, except in cases where the amount charged for a new subscription is zero.

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

Syntax

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

See Also