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

In This Topic
    PgSqlTimeStamp Structure
    In This Topic
    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