DB2®ConnectionStringBuilder.SessionTimeZone Property
Sets the SESSION TIMEZONE special register on the z/OS® server.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property SessionTimeZone As String
[C#]
public string SessionTimeZone {set;}
[C++]
public: __property void SessionTimeZone(String*);
[JScript]
public function set SessionTimeZone(String);
Property value
Sets a string value in '±hh:mm'
format.
The range of valid value is -12:59 to +14:00
Remarks
This property can only be set.