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


ITimeWindow.EndFieldFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IT > ITimeWindow Interface > ITimeWindow.EndFieldFormat Property
ArcGIS Developer Help

ITimeWindow.EndFieldFormat Property

The end field format.

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

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

Product Availability

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

See Also

ITimeWindow Interface