C#
VB
Java
WinRT C#
C++
Gets or sets the first time in the time range.
public DicomTimeValue Time1 { get; set; }
Public Property Time1 As Leadtools.Dicom.DicomTimeValue
public Leadtools.Dicom.DicomTimeValue Time1 {get; set;}
public DicomTimeValue getTime1()
public void setTime1(DicomTimeValue value)
<br/>get_Time1();<br/>set_Time1(value);<br/>Object.defineProperty('Time1');
public:
property Leadtools.Dicom.DicomTimeValue Time1 {
Leadtools.Dicom.DicomTimeValue get();
void set ( Leadtools.Dicom.DicomTimeValue value);
}
Value indicating the first time in the time range.This value is only significant when Type is set to DicomRangeType.None, DicomRangeType.Lower or DicomRangeType.Both.
For an example, refer to SetIntValue.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET