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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalMinute Structure
TdIntervalMinute Members
Overload List