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 ) |
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 DicomDataSet.SetIntValue(DicomElement,IntPtr,Int32).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family