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
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

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members
Overload List