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



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

Parameters

value
A TdIntervalMonth interval.

Return Value

TdIntervalMonth converted to an Int32 representing a year interval.
Exceptions
ExceptionDescription
The TdIntervalMonth value is TdIntervalMonth.Null.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdIntervalMonth Structure
TdIntervalMonth Members