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



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

Parameters

value
The TdPeriodTime that will be converted into a TdPeriodTimeWithTimeZone.

Return Value

A TdPeriodTimeWithTimeZone is returned.
Remarks
When the TdPeriodTime is converted into a TdPeriodTimeWithTimeZone, the UTC offset will be set to the offset of the local machine.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdPeriodTime Structure
TdPeriodTime Members