Manager..::..CalculateDueDate Method

Calculates the due date.

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

Syntax


public static DateTime CalculateDueDate(
	DateTime InvoiceDate,
	int TermDays,
	Creditor..::..TermsTypes TermsType
)
Public Shared Function CalculateDueDate ( _
	InvoiceDate As DateTime, _
	TermDays As Integer, _
	TermsType As Creditor..::..TermsTypes _
) As DateTime
public:
static DateTime^ CalculateDueDate(
	DateTime^ InvoiceDate, 
	int^ TermDays, 
	Creditor..::..TermsTypes^ TermsType
)

Parameters

InvoiceDate
Type: DateTime
The invoice date.
TermDays
Type: Int32
The term days.
TermsType
Type: JiwaFinancials.Jiwa.JiwaApplication.Entities.Creditor..::..Creditor..::..TermsTypes
Type of the terms.

Return Value

System.DateTime.