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



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

Parameters

value
An Int32 representing a TdIntervalSecond interval.

Return Value

A TdIntervalSecond.
Exceptions
ExceptionDescription
The resultant conversion returns a value greater than the TdIntervalSecond.MaxValue or less than the TdIntervalSecond.MinValue.
Remarks
The conversion may produce exceptions due to exceeding TdIntervalSecond.MinValue or TdIntervalSecond.MaxValue.
Requirements

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

See Also

Reference

TdIntervalSecond Structure
TdIntervalSecond Members
Overload List