| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomAgeReferenceType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomAgeReferenceType : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomAgeReferenceType : public Enum | |
| Member | Description |
|---|---|
| Days | The age is given in days. |
| Weeks | The age is given in weeks. |
| Months | The age is given in months. |
| Years | The age is given in years. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomAgeReferenceType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code