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



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

Parameters

value
A TdIntervalMinuteToSecond interval.

Return Value

A TdIntervalHourToSecond.
Remarks

The TdIntervalHourToSecond.Precision is set to 1 (value = 0) and the TdIntervalHourToSecond.Scale is calculated from the number of decimal places required to represent the fractional seconds.

Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalMinuteToSecond Structure
TdIntervalMinuteToSecond Members
Overload List