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


ITxFeatureClass.TimeFieldLocaleID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITxFeatureClass Interface > ITxFeatureClass.TimeFieldLocaleID Property
ArcGIS Developer Help

ITxFeatureClass.TimeFieldLocaleID Property

Language identifier to be used when parsing time fields from a custom time string.

[Visual Basic .NET]
Public Property TimeFieldLocaleID As Integer
[C#]
public int TimeFieldLocaleID {get; set;}
[C++]
HRESULT get_TimeFieldLocaleID(
  System.Int32* localeID
);
[C++]
HRESULT put_TimeFieldLocaleID(
  long localeID
);
[C++]
Parameters
localeID [out, retval]

localeID is a parameter of type long* localeID [in]
localeID is a parameter of type long

Product Availability

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

See Also

ITxFeatureClass Interface