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



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

Parameters

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

Return Value

A TdTime is returned.
Remarks
The UTC time of the TdTimeWithTimeZone value is calculated and is returned as a TdTime.
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

TdTimeWithTimeZone Structure
TdTimeWithTimeZone Members
Overload List