←Select platform

DicomTimeValue Constructor(DateTime)

Summary

Constructs a new DicomTimeValue object from the specified DateTime.

Syntax

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

Leadtools.Dicom Assembly