←Select platform

DicomDateRangeValue Constructor

Summary

Initializes a new DicomDateRangeValue with explicit parameters.

Syntax

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

Parameters

type
Type of date range.

date1
First date in the range.

date2
Second date 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