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

On this page
    UseSessionTimezone Property
    On this page
    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