Share via


EMSConversion::isConversionEffective Method

Indicates whether a conversion is still effective on a certain date.

Syntax

client server public static boolean isConversionEffective(EMSConversion _emsConversion, FromDateTime _fromDateTime)

Run On

Called

Parameters

  • _emsConversion
    Type: EMSConversion Table
    An EMSConversion record to be checked for affectivity.

Return Value

Type: boolean
true if the _fromDateTime value is greater than or equal to the EffectiveStartDate field in the EMSConversion record; false if it is less than or equal to the EffectiveEndDate field in the EMSConversion record.

See Also

Reference

EMSConversion Table