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



Teradata.Client.Provider Namespace > TdTimestamp Structure : Value Property
Gets the DateTime representation of this TdTimestamp instance.
Syntax
'Declaration
 
Public ReadOnly Property Value As Date
'Usage
 
Dim instance As TdTimestamp
Dim value As Date
 
value = instance.Value
public DateTime Value {get;}
public:
property DateTime Value {
   DateTime get();
}
Exceptions
ExceptionDescription
This instance is TdTimestamp.Null.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdTimestamp Structure
TdTimestamp Members