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