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

In This Topic
    PgSqlTime Structure
    In This Topic
    Represents the PostgreSQL date and timestamp data types.
    Syntax
    Remarks

    To obtain a PgSqlTime object call the PgSqlDataReader.GetPgSqlTime method of the PgSqlDataReader or PgSqlParameter class.

    The dotConnect for PostgreSQL PgSqlTime 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.PgSqlTime

    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