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


ITimeZoneFactory.IsValidTimeZoneWindowsID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneFactory Interface > ITimeZoneFactory.IsValidTimeZoneWindowsID Method
ArcGIS Developer Help

ITimeZoneFactory.IsValidTimeZoneWindowsID Method

Returns whether a given time zone windows ID is valid for creating a time zone info or a time reference.

[Visual Basic .NET]
Public Function IsValidTimeZoneWindowsID ( _
    ByVal WindowsID As String _
) As Boolean
[C#]
public bool IsValidTimeZoneWindowsID (
    string WindowsID
);
[C++]
HRESULT IsValidTimeZoneWindowsID(
  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