←Select platform

DicomDateValue Constructor(DateTime)

Summary

Constructs a new DicomDateValue object from the specified DateTime.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly