public int GetNewGLTransactions( string GLLedgerID, DateTime BankStatementDate, bool AllowForwardDatedTransactions )
Public Function GetNewGLTransactions ( _ GLLedgerID As String, _ BankStatementDate As DateTime, _ AllowForwardDatedTransactions As Boolean _ ) As Integer
public: int^ GetNewGLTransactions( String^ GLLedgerID, DateTime^ BankStatementDate, bool^ AllowForwardDatedTransactions )