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


ITimeZoneFactory.NextTimeZoneWindowsID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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,
  BSTR* 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