C#
VB
Java
C++
Initializes a new DicomDateValue with explicit parameters.
public DicomDateValue(
int year,
int month,
int day
)
Public Function New( _
ByVal year As Integer, _
ByVal month As Integer, _
ByVal day As Integer _
)
public DicomDateValue(short year, short month, short day)
public DicomDateValue(int year, int month, int day)
year
Value that represents the year.
month
Value that represents the month.
day
Value that represents the day.
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