LineCollection..::..CalculateDueDate Method

Namespace:  JiwaFinancials.Jiwa.JiwaDebtorInvoices
Assembly:  JiwaDebtorInvoices (in JiwaDebtorInvoices.dll)

Syntax


public DateTime CalculateDueDate(
	DateTime InvoiceDate,
	int TermDays,
	bool TermsTypeStatement
)
Public Function CalculateDueDate ( _
	InvoiceDate As DateTime, _
	TermDays As Integer, _
	TermsTypeStatement As Boolean _
) As DateTime
public:
DateTime^ CalculateDueDate(
	DateTime^ InvoiceDate, 
	int^ TermDays, 
	bool^ TermsTypeStatement
)

Parameters

InvoiceDate
Type: DateTime
TermDays
Type: Int32
TermsTypeStatement
Type: Boolean