![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomTimeRangeValueHelper Class : Create Method |
public static DicomTimeRangeValue Create( DicomRangeType type, DicomTimeValue time1, DicomTimeValue time2 )
'Declaration
Public Shared Function Create( _ ByVal type As DicomRangeType, _ ByVal time1 As DicomTimeValue, _ ByVal time2 As DicomTimeValue _ ) As DicomTimeRangeValue
'Usage
Dim type As DicomRangeType Dim time1 As DicomTimeValue Dim time2 As DicomTimeValue Dim value As DicomTimeRangeValue value = DicomTimeRangeValueHelper.Create(type, time1, time2)
public static DicomTimeRangeValue Create( DicomRangeType type, DicomTimeValue time1, DicomTimeValue time2 )
public: static DicomTimeRangeValue Create( DicomRangeType type, DicomTimeValue time1, DicomTimeValue time2 )