Send feedback on this topic.
Teradata.Client.Provider
Explicit Type Conversion(Int32,TdIntervalMinute) Operator



Teradata.Client.Provider Namespace > TdIntervalMinute Structure > Explicit Type Conversion Operator : Explicit Type Conversion(Int32,TdIntervalMinute) Operator
A TdIntervalMinute interval.
Convert a TdIntervalMinute implictly to an Int32 representing a minute interval.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal value As TdIntervalMinute _
) As Integer
'Usage
 
public int operator explicit( 
   TdIntervalMinute value
)
public:
int operator explicit( 
   TdIntervalMinute value
)

Parameters

value
A TdIntervalMinute interval.

Return Value

TdIntervalMinute converted to an Int32 representing a minute interval.
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

TdIntervalMinute Structure
TdIntervalMinute Members
Overload List