←Select platform

DicomDateTimeValue Constructor(DateTime)

Summary

Initializes a new DicomDateTimeValue with explicit parameters.

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

Parameters

date
DateTime object that specifies date and time

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