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

On this page
    WithTimeZone Property (PgSqlTime)
    On this page
    Determines whether this is a timestamp with time zone.
    Syntax
    'Declaration
     
    Public ReadOnly Property WithTimeZone As Boolean
    public bool WithTimeZone {get;}

    Property Value

    true, if this time value is stored with time zone; otherwise false.
    See Also