Send feedback on this topic.
Teradata.Client.Provider
Implicit Type Conversion Operator (TdIntervalDayToMinute)



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

Parameters

value
A TdIntervalDayToMinute interval.

Return Value

A TdIntervalDayToSecond.
Remarks

The TdIntervalDayToSecond.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
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

TdIntervalDayToMinute Structure
TdIntervalDayToMinute Members