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



Teradata.Client.Provider Namespace > TdIntervalDayToHour Structure > Implicit Type Conversion Operator : Implicit Type Conversion(TdIntervalDayToSecond,TdIntervalDayToHour) Operator
A TdIntervalDayToHour interval.
Converts a TdIntervalDayToHour implictly to a TdIntervalDayToSecond.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal value As TdIntervalDayToHour _
) As TdIntervalDayToSecond
'Usage
 
public TdIntervalDayToSecond operator implicit( 
   TdIntervalDayToHour value
)
public:
operator TdIntervalDayToSecond ( 
   TdIntervalDayToHour value
)

Parameters

value
A TdIntervalDayToHour interval.

Return Value

TdIntervalDayToSecond.
Remarks

The TdIntervalDayToSecond.Precision is set to the precision of the value and the TdIntervalDayToSecond.Scale is set to zero, since the value does not contain any seconds.

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

TdIntervalDayToHour Structure
TdIntervalDayToHour Members
Overload List