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

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

TdPeriodTimeWithTimeZone Structure
TdPeriodTimeWithTimeZone Members