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

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdIntervalDayToMinute Structure
TdIntervalDayToMinute Members