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


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

ITimeZoneFactory.QueryTimeZoneOlsonIDsFromWindowsID Method

Obtains all the olson time zone IDs that correspond to the given time zone windows ID.

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

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

Product Availability

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

See Also

ITimeZoneFactory Interface