Send feedback on this topic.
Teradata.Client.Provider
Explicit Type Conversion Operator (TdPeriodTimeWithTimeZone)



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

Parameters

value
The TdPeriodTimeWithTimeZone value that is to be converted into a TdPeriodTime.

Return Value

A TdPeriodTime is returned.
Remarks
The UTC time of both the beginning and ending bounds of the value is calculated and is returned as a TdPeriodTime.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdPeriodTimeWithTimeZone Structure
TdPeriodTimeWithTimeZone Members