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



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

Parameters

value
A TdIntervalMinute interval.

Return Value

A TdIntervalHourToSecond.
Remarks

The TdIntervalHourToSecond.Precision is set to 1 (value of 0) 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

TdIntervalMinute Structure
TdIntervalMinute Members
Overload List