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



Teradata.Client.Provider Namespace > TdIntervalHour Structure > Explicit Type Conversion Operator : Explicit Type Conversion(TdIntervalDayToHour,TdIntervalHour) Operator
A TdIntervalHour interval.
Converts a TdIntervalHour to TdIntervalDayToHour.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal value As TdIntervalHour _
) As TdIntervalDayToHour
'Usage
 
public TdIntervalDayToHour operator explicit( 
   TdIntervalHour value
)
public:
TdIntervalDayToHour operator explicit( 
   TdIntervalHour value
)

Parameters

value
A TdIntervalHour interval.

Return Value

A TdIntervalDayToHour.
Exceptions
ExceptionDescription
The resultant conversion returns a value greater than the TdIntervalHour.MaxValue or less than the TdIntervalHour.MinValue.
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

TdIntervalHour Structure
TdIntervalHour Members
Overload List