←Select platform

DicomDateValue Constructor(DateTime)

Summary

Constructs a new DicomDateValue object from the specified DateTime.

Syntax
C#
VB
C++
Java
public DicomDateValue( 
   DateTime date 
) 
Public Function New( _ 
   ByVal date As Date _ 
) 
public DicomDateValue(DicomDateTimeValue dt) 
public DicomDateValue(Date date) 
public: 
DicomDateValue(  
   DateTime date 
) 

Parameters

date
DateTime object to create this new DicomDateValue from.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly