This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneFactory Interface > ITimeZoneFactory.NextLocaleID Property (ArcObjects .NET 10.5 SDK) |
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