EMUEntryDate Property

The EMUEntryDate property sets or returns the date on which euro triangulation calculations begin for a currency.

Syntax

CurrencyRecord .EMUEntryDate

Applies To

CurrencyRecord Object

Discussion

The date format for this property is YYYYMMDD. To use this property you must set the CurrencyIsEMU property to True.

Default: 19990101

Type

String

Access

Read/Write

Examples

objCurrencyRec = objModel.CurrencyRecords(1)objCurrencyRec.EMUEntryDate
= "19990101"