dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / UseSessionTimezone Property

In This Topic
    UseSessionTimezone Property
    In This Topic
    Gets or sets a Boolean value indicating whether the current session's time zone should be used to convert requested PostgreSQL date/time values.
    Syntax
    'Declaration
     
    Public Property UseSessionTimezone As Boolean
    public bool UseSessionTimezone {get; set;}
    See Also