Send feedback on this topic.
Teradata.Client.Provider
Implicit Type Conversion(TdIntervalHourToSecond,TdIntervalHour) Operator



Teradata.Client.Provider Namespace > TdIntervalHour Structure > Implicit Type Conversion Operator : Implicit Type Conversion(TdIntervalHourToSecond,TdIntervalHour) Operator
A TdIntervalHour interval.
Converts a TdIntervalHour to TdIntervalHourToSecond.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal value As TdIntervalHour _
) As TdIntervalHourToSecond
'Usage
 
public TdIntervalHourToSecond operator implicit( 
   TdIntervalHour value
)
public:
operator TdIntervalHourToSecond ( 
   TdIntervalHour value
)

Parameters

value
A TdIntervalHour interval.

Return Value

A TdIntervalHourToSecond.
Remarks

The TdIntervalHourToSecond.Precision is calculated from the number of digits contained within the interval hour component and the TdIntervalHourToSecond.Scale is set to zero.

Requirements

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

See Also

Reference

TdIntervalHour Structure
TdIntervalHour Members
Overload List