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


ITimeZoneFactory.NextTimeZoneWindowsID Property (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.NextTimeZoneWindowsID Property
ArcGIS Developer Help

ITimeZoneFactory.NextTimeZoneWindowsID Property

The time zone windows ID that cyclicly proceeds the given time zone windows ID.

[Visual Basic .NET]
Public Function get_NextTimeZoneWindowsID ( _
    ByVal currentTimeZoneWindowsID As String _
) As String
[C#]
public string get_NextTimeZoneWindowsID (
    string currentTimeZoneWindowsID
);
[C++]
HRESULT get_NextTimeZoneWindowsID(
  BSTR currentTimeZoneWindowsID,
  System.String* NextTimeZoneWindowsID
);
[C++]
Parameters
currentTimeZoneWindowsID [in]

currentTimeZoneWindowsID is a parameter of type BSTR NextTimeZoneWindowsID [out, retval]
NextTimeZoneWindowsID is a parameter of type BSTR*

Product Availability

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

See Also

ITimeZoneFactory Interface