←Select platform

DicomTimeRangeValue Constructor

Summary
Initializes a new DicomTimeRangeValue with explicit parameters.
Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal type As DicomRangeType, _ 
   ByVal time1 As DicomTimeValue, _ 
   ByVal time2 As DicomTimeValue _ 
) 
public DicomTimeRangeValue(int rangeType, DicomTimeValue date1, DicomTimeValue date2) 
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.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.