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



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

Parameters

value
A TdIntervalHour 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 zero, since the value does not contain the seconds interval component.

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

TdIntervalHour Structure
TdIntervalHour Members
Overload List