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



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

Parameters

value
The TdTimestampWithTimeZone that is to be converted.

Return Value

A TdTimeWithTimeZone is returned.
Remarks

If the TdTimestampWithTimeZone value is TdTimestampWithTimeZone.Null a TdTimeWithTimeZone.Null is returned.

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdTimeWithTimeZone Structure
TdTimeWithTimeZone Members
Overload List