ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long* 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