| QdbClusterSetTimezone Method |
Sets the timezone of the client
by the current handle.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public void SetTimezone(
string timezone
)
Public Sub SetTimezone (
timezone As String
)
Parameters
- timezone
- Type: SystemString
The timezone to set.
See Also