C#
VB
WinRT C#
C++
Creates a new DicomDateValue with the specified values.
public static Leadtools.Dicom.DicomDateValue Create(
int year,
int month,
int day
)
Public Overloads Shared Function Create( _
ByVal year As Integer, _
ByVal month As Integer, _
ByVal day As Integer _
) As Leadtools.Dicom.DicomDateValue
public static Leadtools.Dicom.DicomDateValue Create(
int year,
int month,
int day
)
function Leadtools.Dicom.DicomDateValueHelper.Create(Int32,Int32,Int32)(
year ,
month ,
day
)
public:
static Leadtools.Dicom.DicomDateValue Create(
int year,
int month,
int day
)
year
Value that represents the year.
month
Value that represents the month.
day
Value that represents the day.
A new DicomDateValue with the specified values.
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