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


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

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(
  System.String* 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