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



Teradata.Client.Provider Namespace > TdIntervalMonth Structure > Explicit Type Conversion Operator : Explicit Type Conversion(Int32,TdIntervalMonth) Operator
A TdIntervalMonth interval.
Convert a TdIntervalMonth implictly to an Int32 representing a month interval.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal value As TdIntervalMonth _
) As Integer
'Usage
 
public int operator explicit( 
   TdIntervalMonth value
)
public:
int operator explicit( 
   TdIntervalMonth value
)

Parameters

value
A TdIntervalMonth interval.

Return Value

TdIntervalMonth converted to an Int32 representing a month 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
Overload List