I18NSessionContextGetTimeZone Method |
Returns time zone of the session.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string GetTimeZone()
Public Function GetTimeZone As String
public String GetTimeZone()
public function GetTimeZone() : String
Return Value
Type:
String
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