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



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

Parameters

value
A TdIntervalHourToMinute interval.

Return Value

A TdIntervalDayToSecond.
Remarks

The TdIntervalDayToSecond.Precision is set 1 (value = 0) since value does not contain the days interval component and the TdIntervalDayToSecond.Scale is set to zero, since the value does not contain the seconds interval component.

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

TdIntervalHourToMinute Structure
TdIntervalHourToMinute Members
Overload List