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



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

Parameters

value
A TdIntervalHour interval.

Return Value

TdIntervalHour converted to an Int32 representing an hour interval.
Exceptions
ExceptionDescription
The TdIntervalHour value is TdIntervalHour.Null.
Requirements

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

See Also

Reference

TdIntervalHour Structure
TdIntervalHour Members