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



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

Parameters

value
The TdTimestamp that is to be converted.

Return Value

A TdTimestampWithTimeZone is returned.
Remarks

The UTC Offset will be set to the local time zone of the machine.

If value is TdTimestamp.Null a TdTimestampWithTimeZone.Null is returned.

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

TdTimestampWithTimeZone Structure
TdTimestampWithTimeZone Members
Overload List