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


ITxFeatureClass.TimeFieldFormat 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.TimeFieldFormat Property
ArcGIS Developer Help

ITxFeatureClass.TimeFieldFormat Property

The format used to parse time fields.

[Visual Basic .NET]
Public Property TimeFieldFormat As String
[C#]
public string TimeFieldFormat {get; set;}
[C++]
HRESULT get_TimeFieldFormat(
  System.String* TimeFieldFormat
);
[C++]
HRESULT put_TimeFieldFormat(
  BSTR TimeFieldFormat
);
[C++]
Parameters
TimeFieldFormat [out, retval]

TimeFieldFormat is a parameter of type BSTR* TimeFieldFormat [in]
TimeFieldFormat is a parameter of type BSTR

Product Availability

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

See Also

ITxFeatureClass Interface