CommonLib..::..CalculateLedgerClose Method

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

Syntax


public static void CalculateLedgerClose(
	ref string GLLedgerID,
	ref decimal ClosingBalance,
	ref DateTime MyDate
)
Public Shared Sub CalculateLedgerClose ( _
	ByRef GLLedgerID As String, _
	ByRef ClosingBalance As Decimal, _
	ByRef MyDate As DateTime _
)
public:
static void CalculateLedgerClose(
	String^% GLLedgerID, 
	Decimal^% ClosingBalance, 
	DateTime^% MyDate
)

Parameters

GLLedgerID
Type: String%
ClosingBalance
Type: Decimal%
MyDate
Type: DateTime%