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


ITxFeatureClass.TimeFieldAmFormat Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxFeatureClass.TimeFieldAmFormat Property

Custom string representation of the AM symbol.

[Visual Basic .NET]
Public Property TimeFieldAmFormat As String
[C#]
public string TimeFieldAmFormat {get; set;}
[C++]
HRESULT get_TimeFieldAmFormat(
  BSTR* amFormat
);
[C++]
HRESULT put_TimeFieldAmFormat(
  BSTR amFormat
);
[C++]

Parameters amFormat [out, retval] amFormat is a parameter of type BSTR amFormat [in] amFormat is a parameter of type BSTR

Product Availability

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

See Also

ITxFeatureClass Interface