This document is archived and information here might be outdated.  Recommended version.


ITimeZoneFactory.QueryLocalTimeZoneWindowsID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITimeZoneFactory.QueryLocalTimeZoneWindowsID Method

Obtains the machine's current local time zone Windows ID.

[Visual Basic .NET]
Public Function QueryLocalTimeZoneWindowsID ( _
) As String
[C#]
public string QueryLocalTimeZoneWindowsID (
);
[C++]
HRESULT QueryLocalTimeZoneWindowsID(
  BSTR* localTimeZoneWindowsID
);
[C++]

Parameters localTimeZoneWindowsID [out, retval] localTimeZoneWindowsID is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITimeZoneFactory Interface