dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / Value Property

In This Topic
Value Property (PgSqlTimeStamp)
In This Topic
Gets the date and time that is stored in the PgSqlTimeStamp structure.
Syntax
'Declaration
 
Public ReadOnly Property Value As Date
 

Property Value

A System.DateTime object.
Remarks
The value cannot be less than System.DateTime.MinValue or greater than System.DateTime.MaxValue.
See Also