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

In This Topic
    TimeZone Property (PgSqlTime)
    In This Topic
    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