IsBlockMember

ACCPAC Common Controls

AccpacCurrency.IsBlockMember

Returns whether the currency is a member of a block currency on or before the given date. If it's TRUE, the currency rate information with the block master is also returned.

Function IsBlockMember(
  Date As Date,
  BlockDateMatch As tagBlockDateMatchEnum,
  [CurrencyRate As AccpacCurrencyRate]) As Boolean

Parameters

Date

[in] the date

BlockDateMatch

[in] how date matching should be done

CurrencyRate

[out, optional] currency rate information with block master

Return Value

Returns whether the currency is a member of a block currency on or before Date.