C#
VB
Java
WinRT C#
C++
Gets or sets the second date in the date range.
public DicomDateValue Date2 { get; set; }
Public Property Date2 As Leadtools.Dicom.DicomDateValue
public Leadtools.Dicom.DicomDateValue Date2 {get; set;}
public DicomDateValue getDate2()
public void setDate2(DicomDateValue value)
<br/>get_Date2();<br/>set_Date2(value);<br/>Object.defineProperty('Date2');
public:
property Leadtools.Dicom.DicomDateValue Date2 {
Leadtools.Dicom.DicomDateValue get();
void set ( Leadtools.Dicom.DicomDateValue value);
}
Value indicating the second date in the date range.This value is only significant when Type is set to DicomRangeType.Upperor 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