C#
VB
WinRT C#
C++
Creates a new DicomDateValue with the specified values.
public static Leadtools.Dicom.DicomDateValue Create(
DateTime dateTime
)
Public Overloads Shared Function Create( _
ByVal dateTime As Date _
) As Leadtools.Dicom.DicomDateValue
public static Leadtools.Dicom.DicomDateValue Create(
DateTime dateTime
)
function Leadtools.Dicom.DicomDateValueHelper.Create(DateTime)(
dateTime
)
public:
static Leadtools.Dicom.DicomDateValue Create(
DateTime dateTime
)
dateTime
Value that represents the date.
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