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

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