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



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

Parameters

value
The TdPeriodTimestampWithTimeZone value that is to be converted into a TdPeriodTimeStamp

Return Value

A TdPeriodTimestamp is returned.
Remarks
The UTC time of both the beginning and ending bounds of the value is calculated and is returned as a TdPeriodTimestamp.
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

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members
Overload List