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
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

TdIntervalHour Structure
TdIntervalHour Members