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

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

See Also

Reference

TdIntervalMinute Structure
TdIntervalMinute Members