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



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

Parameters

value
A TdIntervalDay interval.

Return Value

A TdIntervalDayToSecond.
Remarks

The TdIntervalDay.Precision is set to the precision of the value and the TdIntervalDayToSecond.Scale is set to zero. since the value does not contain any seconds.

Requirements

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

See Also

Reference

TdIntervalDay Structure
TdIntervalDay Members
Overload List