C#
VB
Java
WinRT C#
C++
Gets or sets the first date in the date range.
public DicomDateValue Date1 { get; set; }
Public Property Date1 As Leadtools.Dicom.DicomDateValue
public Leadtools.Dicom.DicomDateValue Date1 {get; set;}
public DicomDateValue getDate1()
public void setDate1(DicomDateValue value)
<br/>get_Date1();<br/>set_Date1(value);<br/>Object.defineProperty('Date1');
public:
property Leadtools.Dicom.DicomDateValue Date1 {
Leadtools.Dicom.DicomDateValue get();
void set ( Leadtools.Dicom.DicomDateValue value);
}
Value indicating the first date in the date 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