Gets or sets the effective date for this CBatch object.

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

Syntax

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

Remarks

If this value is set when the System_Params setting of AR_Control.UseBatches is set to AutoDateNumber the batch number is updated.

See Also