CreditorBatchTrans..::..CalcDueDate Method

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

Syntax


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

Parameters

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