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


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

ITxFeatureClass.TimeFieldPmFormat Property

Custom string representation of the PM symbol.

[Visual Basic .NET]
Public Property TimeFieldPmFormat As String
[C#]
public string TimeFieldPmFormat {get; set;}
[C++]
HRESULT get_TimeFieldPmFormat(
  BSTR* pmFormat
);
[C++]
HRESULT put_TimeFieldPmFormat(
  BSTR pmFormat
);
[C++]

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

Product Availability

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

See Also

ITxFeatureClass Interface