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


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

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,
  System.Int32* 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