BankRec..::..GetGLDetails Method

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

Syntax


public void GetGLDetails(
	string GLLedgerID,
	ref string AccountNo,
	ref string Description,
	ref decimal CurrentBalance,
	ref DateTime MyDate,
	ref bool CalculateCurrentBalance
)
Public Sub GetGLDetails ( _
	GLLedgerID As String, _
	ByRef AccountNo As String, _
	ByRef Description As String, _
	ByRef CurrentBalance As Decimal, _
	ByRef MyDate As DateTime, _
	ByRef CalculateCurrentBalance As Boolean _
)
public:
void GetGLDetails(
	String^ GLLedgerID, 
	String^% AccountNo, 
	String^% Description, 
	Decimal^% CurrentBalance, 
	DateTime^% MyDate, 
	bool^% CalculateCurrentBalance
)

Parameters

GLLedgerID
Type: String
AccountNo
Type: String%
Description
Type: String%
CurrentBalance
Type: Decimal%
MyDate
Type: DateTime%
CalculateCurrentBalance
Type: Boolean%