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

    See Also