Gets or sets the effective date for this CBatch object.

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

Syntax

C#
public DateTime EffectiveDate { get; set; }
Visual Basic (Declaration)
Public Property EffectiveDate As DateTime
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