←Select platform

DicomTimeValue Constructor(DateTime)

Summary

Constructs a new DicomTimeValue object from the specified DateTime.

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

Parameters

time
DateTime object from which to create this new DicomTimeValue.

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