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



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

Parameters

value
A TdIntervalHourToMinute interval.

Return Value

A TdIntervalHourToSecond.
Remarks

The TdIntervalHourToSecond.Precision is then calculated from the number of digits contained within the interval hour component and the TdIntervalHourToSecond.Scale is set to zero.

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

TdIntervalHourToMinute Structure
TdIntervalHourToMinute Members
Overload List