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

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

See Also

Reference

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members