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


ITimeZoneInfo.WindowsID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITimeZoneInfo.WindowsID Property

Time zone Windows ID name.

[Visual Basic .NET]
Public Property WindowsID As String
[C#]
public string WindowsID {get; set;}
[C++]
HRESULT get_WindowsID(
  BSTR* WindowsID
);
[C++]
HRESULT put_WindowsID(
  BSTR WindowsID
);
[C++]

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

Product Availability

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

See Also

ITimeZoneInfo Interface