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

On this page
    TimeZone Property (PgSqlTime)
    On this page
    Gets or sets the time zone of the PgSqlTime object.
    Syntax
    'Declaration
     
    Public Property TimeZone As TimeSpan
    public TimeSpan TimeZone {get; set;}

    Property Value

    The time zone of the PgSqlTime object.
    See Also