←Select platform

Create Method (DicomTimeRangeValueHelper)

Summary

Creates a new DicomTimeRangeValue with the specified values.

Syntax

C#
VB
WinRT C#
C++
Public Shared Function Create( _ 
   ByVal type As Leadtools.Dicom.DicomRangeType, _ 
   ByVal time1 As Leadtools.Dicom.DicomTimeValue, _ 
   ByVal time2 As Leadtools.Dicom.DicomTimeValue _ 
) As Leadtools.Dicom.DicomTimeRangeValue 
 function Leadtools.Dicom.DicomTimeRangeValueHelper.Create(  
   type , 
   time1 , 
   time2  
) 

Parameters

type
Type of time range.

time1
First time in the range.

time2
Second time in the range.

Return Value

A new DicomTimeRangeValue 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