Visual Basic (Declaration) | |
---|---|
Public Enum DicomAgeReferenceType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomAgeReferenceType |
C# | |
---|---|
public enum DicomAgeReferenceType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomAgeReferenceType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Days | The age is given in days. |
Months | The age is given in months. |
Weeks | The age is given in weeks. |
Years | The age is given in years. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomAgeReferenceType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)