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



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

Parameters

value
A TdIntervalDay interval.

Return Value

TdIntervalDay converted to an Int32 representing a day interval.
Exceptions
ExceptionDescription
The TdIntervalDay value is TdIntervalDay.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

TdIntervalDay Structure
TdIntervalDay Members
Overload List