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



Teradata.Client.Provider Namespace > TdIntervalMinuteToSecond Structure : Value Property
Gets the .NET data type representation of TdIntervalMinuteToSecond as a TimeSpan.
Syntax
'Declaration
 
Public ReadOnly Property Value As TimeSpan
'Usage
 
Dim instance As TdIntervalMinuteToSecond
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 TdIntervalMinuteToSecond.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 Minute To Second data type.
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

TdIntervalMinuteToSecond Structure
TdIntervalMinuteToSecond Members