C#
VB
Java
C++
Constructs a new DicomTimeValue object from the specified DateTime.
public DicomTimeValue(
DateTime time
)
Public Function New( _
ByVal time As Date _
)
public DicomTimeValue(DicomDateTimeValue dt)
public DicomTimeValue(Date date)
public:
DicomTimeValue(
DateTime time
)
time
DateTime object from which to create this new DicomTimeValue.
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