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



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

Parameters

value
A TdIntervalSecond interval.

Return Value

A TdIntervalMinuteToSecond.
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

TdIntervalSecond Structure
TdIntervalSecond Members
Overload List