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



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

Parameters

value
An Int32 representing a TdIntervalMinute interval.

Return Value

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

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

See Also

Reference

TdIntervalMinute Structure
TdIntervalMinute Members
Overload List