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



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

Parameters

value
A TdIntervalHourToSecond interval.

Return Value

A TdIntervalDayToSecond.
Remarks

The TdIntervalDayToSecond.Precision is set 1 (value = 0) since value does not contain the days interval component and the TdIntervalDayToSecond.Scale is set to scale of the parameter value.

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

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members