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



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

Parameters

value
A TdIntervalHourToMinute interval.

Return Value

A TimeSpan.
Exceptions
ExceptionDescription
The TdIntervalHourToMinute value is TdIntervalHourToMinute.Null.
Remarks
The TimeSpan time components are represented in 24 hour format.
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