Send feedback on this topic.
Teradata.Client.Provider
ToInt32 Method (TdIntervalMinute)



Teradata.Client.Provider Namespace > TdIntervalMinute Structure : ToInt32 Method
A TdIntervalMinute interval.
Convert a TdIntervalMinute implictly to an Int32 representing a minute interval.
Syntax
'Declaration
 
Public Shared Function ToInt32( _
   ByVal value As TdIntervalMinute _
) As Integer
'Usage
 
Dim value As TdIntervalMinute
Dim value As Integer
 
value = TdIntervalMinute.ToInt32(value)
public static int ToInt32( 
   TdIntervalMinute value
)
public:
static int ToInt32( 
   TdIntervalMinute value
) 

Parameters

value
A TdIntervalMinute interval.

Return Value

TdIntervalMinute converted to an Int32 representing a minute interval.
Exceptions
ExceptionDescription
The TdIntervalMinute value is TdIntervalMinute.Null.
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