←Select platform

DicomTimeRangeValue Constructor

Summary

Initializes a new DicomTimeRangeValue with explicit parameters.

Syntax

C#
VB
Java
C++
Public Function New( _ 
   ByVal type As Leadtools.Dicom.DicomRangeType, _ 
   ByVal time1 As Leadtools.Dicom.DicomTimeValue, _ 
   ByVal time2 As Leadtools.Dicom.DicomTimeValue _ 
) 
public DicomTimeRangeValue(int rangeType, DicomTimeValue date1, DicomTimeValue date2) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly