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


ITimeZoneFactory.CreateTimeZoneInfoFromWindowsID Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

ITimeZoneFactory.CreateTimeZoneInfoFromWindowsID Method

Creates a time zone info from a windows ID.

[Visual Basic .NET]
Public Function CreateTimeZoneInfoFromWindowsID ( _
    ByVal WindowsID As String _
) As ITimeZoneInfo
[C#]
public ITimeZoneInfo CreateTimeZoneInfoFromWindowsID (
    string WindowsID
);
[C++]
HRESULT CreateTimeZoneInfoFromWindowsID(
  BSTR WindowsID
);
[C++]

Parameters WindowsID [in]
WindowsID is a parameter of type BSTR

Product Availability

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

See Also

ITimeZoneFactory Interface