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



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

Parameters

value
A TdIntervalSecond 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

TdIntervalSecond Structure
TdIntervalSecond Members
Overload List