dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / SessionTimeZone Property

In This Topic
    SessionTimeZone Property
    In This Topic
    Gets or sets the time zone at session level on the server.
    Syntax
    'Declaration
     
    Public Property SessionTimeZone As String
    public string SessionTimeZone {get; set;}

    Property Value

    The time zone at session level on the server.
    Remarks
    The range of valid value is -12:59 to +14:00.
    See Also