Returns time zone of the session.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public string GetTimeZone()
Visual Basic (Declaration)
Public Function GetTimeZone As String
J#
public String GetTimeZone()
JScript
public function GetTimeZone() : String

Return Value

Time zone, e.g. "US Eastern Standard Time". The value is one of keys from the registry entry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones

See Also