CurrencyEuroDenomination::existByTransactionDate Method

Indicates whether a specified record exists in the CurrencyEuroDenomination table where the transaction date is greater than or equal to the start date.

Syntax

client server public static boolean existByTransactionDate(CurrencyCode _currencyCode, TransDate _transDate)

Run On

Called

Parameters

Return Value

Type: boolean
true if a record exists with the transaction date greater than or equal to the start date; otherwise, false.

See Also

Reference

CurrencyEuroDenomination Table