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


ITimeZoneFactory.CreateLocaleInfoFromLocaleID Method (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.CreateLocaleInfoFromLocaleID Method
ArcGIS Developer Help

ITimeZoneFactory.CreateLocaleInfoFromLocaleID Method

Obtains the locale display name that corresponds to the given locale ID.

[Visual Basic .NET]
Public Function CreateLocaleInfoFromLocaleID ( _
    ByVal LocaleID As Integer _
) As ILocaleInfo
[C#]
public ILocaleInfo CreateLocaleInfoFromLocaleID (
    int LocaleID
);
[C++]
HRESULT CreateLocaleInfoFromLocaleID(
  long LocaleID
);
[C++]
Parameters
LocaleID [in]

LocaleID is a parameter of type long

Product Availability

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

See Also

ITimeZoneFactory Interface