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


ITimeZoneFactory.QueryTimeZoneWindowsIDFromOlsonID Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ITimeZoneFactory.QueryTimeZoneWindowsIDFromOlsonID Method

Returns the time zone windows ID that corresponds to the given olson time zone ID.

[Visual Basic .NET]
Public Function QueryTimeZoneWindowsIDFromOlsonID ( _
    ByVal olsonID As String _
) As String
[C#]
public string QueryTimeZoneWindowsIDFromOlsonID (
    string olsonID
);
[C++]
HRESULT QueryTimeZoneWindowsIDFromOlsonID(
  BSTR olsonID,
  BSTR* WindowsID
);
[C++]

Parameters olsonID [in] olsonID is a parameter of type BSTR WindowsID [out, retval] WindowsID is a parameter of type BSTR

Product Availability

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

See Also

ITimeZoneFactory Interface