op_Implicit(DateTime) Method

Summary

Performs an implicit conversion from DateTime to Time.

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

Parameters

x
The date 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