Bill dues subscriptions for the given effective date.

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

Syntax

C#
public void BillDuesSubscriptions(
	DateTime effectiveDate
)
Visual Basic (Declaration)
Public Sub BillDuesSubscriptions ( _
	effectiveDate As DateTime _
)
Visual C++
public:
void BillDuesSubscriptions(
	DateTime effectiveDate
)

Parameters

effectiveDate
Type: System..::.DateTime
Bill for dues effective on this date.

See Also