TransactionsloadForGL Method

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static Transactions[] loadForGL(
	int company,
	int account,
	DateTime startDate,
	DateTime endDate,
	int dept = 0
)

Parameters

company  Int32
 
account  Int32
 
startDate  DateTime
 
endDate  DateTime
 
dept  Int32  (Optional)
 

Return Value

Transactions

See Also