This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneFactory Interface > ITimeZoneFactory.QueryTimeZoneWindowsIDFromOlsonID Method (ArcObjects .NET 10.5 SDK) |
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