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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also