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



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

Parameters

value
A TdIntervalDayToMinute interval.

Return Value

A TimeSpan.
Exceptions
ExceptionDescription
The TdIntervalDayToMinute value is TdIntervalDayToMinute.Null.
Remarks
The TimeSpan time components are represented in 24 hour format.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalDayToMinute Structure
TdIntervalDayToMinute Members
Overload List