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