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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdTime Structure
TdTime Members
Overload List