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



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

Property Value

The time represented as a TimeSpan is returned.
Exceptions
ExceptionDescription
This instance is TdTime.Null.
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdTime Structure
TdTime Members