Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal type As DicomRangeType, _ ByVal time1 As DicomTimeValue, _ ByVal time2 As DicomTimeValue _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomTimeRangeValue( DicomRangeType type, DicomTimeValue time1, DicomTimeValue time2 ) |
C++/CLI | |
---|---|
public: DicomTimeRangeValue( DicomRangeType type, DicomTimeValue time1, DicomTimeValue time2 ) |
Parameters
- type
- Type of time range.
- time1
- First time in the range.
- time2
- Second time 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