Send feedback on this topic.
Teradata.Client.Provider
Explicit Type Conversion(Int32,TdIntervalHour) Operator



Teradata.Client.Provider Namespace > TdIntervalHour Structure > Explicit Type Conversion Operator : Explicit Type Conversion(Int32,TdIntervalHour) Operator
A TdIntervalHour interval.
Converts a TdIntervalHour implictly to an Int32 representing an hour interval.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal value As TdIntervalHour _
) As Integer
'Usage
 
public int operator explicit( 
   TdIntervalHour value
)
public:
int operator explicit( 
   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
Overload List