ArcObjects Library Reference (System)  

ITimeZoneFactory.NextLocaleID Property

The locale ID that cyclicly proceeds the given locale ID.

[Visual Basic .NET]
Public Function get_NextLocaleID ( _
    ByVal currenteLocaleID As Integer _
) As Integer
[C#]
public int get_NextLocaleID (
    int currenteLocaleID
);
[C++]
HRESULT get_NextLocaleID(
  long currenteLocaleID,
  long* NextLocaleID
);
[C++]

Parameters

currenteLocaleID [in]   currenteLocaleID is a parameter of type long NextLocaleID [out, retval]   NextLocaleID is a parameter of type long

Product Availability

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

See Also

ITimeZoneFactory Interface