Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal type As DicomRangeType, _ ByVal date1 As DicomDateValue, _ ByVal date2 As DicomDateValue _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomDateRangeValue( DicomRangeType type, DicomDateValue date1, DicomDateValue date2 ) |
Managed Extensions for C++ | |
---|---|
public: DicomDateRangeValue( DicomRangeType type, DicomDateValue date1, DicomDateValue date2 ) |
C++/CLI | |
---|---|
public: DicomDateRangeValue( DicomRangeType type, DicomDateValue date1, DicomDateValue date2 ) |
Parameters
- type
- Type of date range.
- date1
- First date in the range.
- date2
- Second date in the range.
For an example, refer to SetIntValue.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family