←Select platform

Create Method (DicomDateRangeValueHelper)

Summary

Creates a new DicomDateRangeValue with the specified values.

Syntax

C#
VB
WinRT C#
C++
Public Shared Function Create( _ 
   ByVal type As Leadtools.Dicom.DicomRangeType, _ 
   ByVal date1 As Leadtools.Dicom.DicomDateValue, _ 
   ByVal date2 As Leadtools.Dicom.DicomDateValue _ 
) As Leadtools.Dicom.DicomDateRangeValue 
 function Leadtools.Dicom.DicomDateRangeValueHelper.Create(  
   type , 
   date1 , 
   date2  
) 

Parameters

type
Type of date range.

date1
First date in the range.

date2
Second date in the range.

Return Value

A new DicomDateRangeValue with the specified values.

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