op_Implicit(Time) Method

Summary

Performs an implicit conversion from Time to DateTime.

Syntax
C#
VB
C++
public static DateTime operator implicit( 
   Time x 
) 
Overloads Public Operator Widening CType( _ 
   ByVal x As Time _ 
) As Date 
public: 
operator DateTime (  
   Time x 
) 

Parameters

x
The time to convert.

Return Value

The result of the conversion.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly