Send feedback on this topic.
Teradata.Client.Provider
Value Property (TdIntervalDayToHour)



Teradata.Client.Provider Namespace > TdIntervalDayToHour Structure : Value Property
Gets the .NET data type representation of TdIntervalDayToHour as a TimeSpan.
Syntax
'Declaration
 
Public ReadOnly Property Value As TimeSpan
'Usage
 
Dim instance As TdIntervalDayToHour
Dim value As TimeSpan
 
value = instance.Value
public TimeSpan Value {get;}
public:
property TimeSpan Value {
   TimeSpan get();
}

Property Value

The interval represented as a TimeSpan is returned.
Exceptions
ExceptionDescription
This property is not available when this instance is TdIntervalDayToHour.Null.
Remarks
This property in concept parallels TdDataReader.GetValue and TdParameter.Value. That is they all represent the .NET Framework Class Library(FCL) primitive data type that correspond to the Teradata Interval Day To Hour data type.
Requirements

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

See Also

Reference

TdIntervalDayToHour Structure
TdIntervalDayToHour Members