dotnetCHARTING Send comments on this topic.
EUCurrency Enumeration
See Also  
dotnetCHARTING Namespace : EUCurrency Enumeration


Syntax

Visual Basic (Declaration) 
Public Enum EUCurrency 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As EUCurrency
C# 
public enum EUCurrency : Enum 

Members

MemberDescription
Euro 
BelgianFranc 
DeutschMark 
SpanishPesetas 
FrenchFrancs 
GreekDrachma 
IrishPounds 
ItalianLire 
LuxembourgFrancs 
DutchGuilders 
AustrianSchillings 
PortugueseEscudos 
FinnishMarks 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.EUCurrency

See Also

© 2010 All Rights Reserved.