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

PgSqlTimeStamp Structure
Represents the PostgreSQL date and timestamp data types.
Syntax
Remarks

To obtain a PgSqlTimeStamp object call the PgSqlDataReader.GetPgSqlTimeStamp method of the PgSqlDataReader or PgSqlParameter class.

The dotConnect for PostgreSQL PgSqlTimeStamp structure in behavior resembles server-side operations with date and timestamp (with or without timezone) data types. The structure handles a wider range of dates than the standard System.DateTime.

Inheritance Hierarchy

System.Object
   System.ValueType
      Devart.Data.PostgreSql.PgSqlTimeStamp

See Also