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.