Send feedback on this topic.
Teradata.Client.Provider
Explicit Type Conversion(TdTimeWithTimeZone,TdTime) Operator



Teradata.Client.Provider Namespace > TdTime Structure > Explicit Type Conversion Operator : Explicit Type Conversion(TdTimeWithTimeZone,TdTime) Operator
The TdTime value that is to be converted into a TdTimeWithTimeZone value.
The specified TdTime is converted into a TdTimeWithTimeZone.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal value As TdTime _
) As TdTimeWithTimeZone
'Usage
 
public TdTimeWithTimeZone operator explicit( 
   TdTime value
)
public:
TdTimeWithTimeZone operator explicit( 
   TdTime value
)

Parameters

value
The TdTime value that is to be converted into a TdTimeWithTimeZone value.

Return Value

A TdTimeWithTimeZone is returned.
Remarks
The time zone of the conversion of a TdTime into a TdTimeWithTimeZone will be "00:00".
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdTime Structure
TdTime Members
Overload List