This member is for System Use Only and should NOT be used.
Obsolete. ALTERNATE: Use GetUnclearedFunds2 instead.
Get the Uncleared Funds for this Account.

<para>If dateAsAt = Nothing (or unspecified)</para> <list> <item>Incoming Payments made on/before today but are uncleared as at today are included</item> <item>ALL future incoming payments are also included as Uncleared</item> </list> <para>If dateAsAt specified</para> <list> <item>Incoming Payments made on/before dateAsAt but are uncleared as at dateAsAt are included</item> <item>Incoming Payments dated after dateAsAt are NOT included</item> </list>

Syntax

finAccount.GetUnclearedFunds(unclearedFunds, [dateAsAt], [ignoreCreditLimitUseUnclearedFunds])

Parameters

NameTypeOptionalByRefDescription
unclearedFunds Decimal ByRef The Uncleared Funds. See Remarks.
dateAsAt Date Optional The Date As At to get Uncleared Funds. WARNING: Specifying a date in the future may produce inaccurate results, as a Payment may be shown as Cleared but later be dishonoured. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
ignoreCreditLimitUseUnclearedFunds Boolean Optional If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccount
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0