MarkLogic XDBC.NET Library

IXdbcConnection.TimeZone Property

The timezone associated with this database connection. The default timezone setting for a connection is inherited from the local runtime environment.

[Visual Basic]
Property TimeZone As TimeZone
[C#]
System.TimeZone TimeZone {get; set;}

Property Value

The TimeZone associated with this connection

Remarks

The timezone is used for all operations on this connection and subordinate objects such as XdbcCommand and XdbcResultSequence objects.

If you want to change the timezone, generally, the it needs to be changed before creating a command or other operation, for which the new timezone is needed.

See Also

IXdbcConnection Interface | MarkLogic.Xdbc Namespace