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

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

TdTimestampWithTimeZone Structure
TdTimestampWithTimeZone Members
Overload List