AccpacCurrency.IsBlockCombinationWith
Returns whether the current AccpacCurrency object's currency belongs to the same currency block as the specified currency code, on or before the specified date.
Function IsBlockCombinationWith(
CurCode As String,
Date As Date,
BlockDateMatch As tagBlockDateMatchEnum)
As Boolean
Parameters
CurCode
[in] the currency code
Date
[in] the date
BlockDateMatch
[in] how date matching should be done
Return Value
Returns whether the current AccpacCurrency object's currency belongs to the same currency block as CurCode, on or before Date.