This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneFactory Interface > ITimeZoneFactory.IsValidLocaleID Method (ArcObjects .NET 10.4 SDK) |
Returns whether a given locale ID is valid for creating a locale info.
[Visual Basic .NET] Public Function IsValidLocaleID ( _ ByVal LocaleID As Integer _ ) As Boolean
[C#] public bool IsValidLocaleID ( int LocaleID );
[C++]
HRESULT IsValidLocaleID(
long LocaleID,
VARIANT_BOOL* isValid
);
[C++]
Parameters LocaleID [in] LocaleID is a parameter of type long isValid [out, retval] isValid is a parameter of type VARIANT_BOOL