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

In This Topic
    WithTimeZone Property (PgSqlTimeStamp)
    In This Topic
    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 timestamp is stored with time zone; otherwise false.
    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