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

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

See Also

Reference

TdTime Structure
TdTime Members