←Select platform

Time2 Property

Summary

Gets or sets the second time in the time range.

Syntax
C#
VB
C++
Java
public DicomTimeValue Time2 { get; set; } 
Public Property Time2 As DicomTimeValue 
public DicomTimeValue getTime2() 
public void setDate2(DicomTimeValue value) 
public: 
property DicomTimeValue Time2 { 
   DicomTimeValue get(); 
   void set (    DicomTimeValue value); 
} 

Property Value

Value indicating the second time in the time range.This value is only significant when Type is set to DicomRangeType.Upper or DicomRangeType.Both.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly