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


ITimeZoneInfo.WindowsID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneInfo Interface > ITimeZoneInfo.WindowsID Property
ArcGIS Developer Help

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(
  System.String* 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