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



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

Parameters

value
A TdIntervalMonth interval.

Return Value

A TdIntervalYearToMonth
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdIntervalMonth Structure
TdIntervalMonth Members