←Select platform

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 Leadtools.Dicom.Common.Datatypes.Time 
public: 
operator Leadtools.Dicom.Common.Datatypes.Time (  
   DateTime x 
) 

Parameters

x
The date time to convert.

Return Value

The result of the conversion.

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.Common Assembly