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



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

Parameters

value
A TdIntervalHourToSecond interval.

Return Value

A TimeSpan.
Exceptions
ExceptionDescription
The TdIntervalHourToSecond value is TdIntervalHourToSecond.Null.
Remarks
The TimeSpan time components are represented in 24 hour format.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members
Overload List