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


ITimeWindow.EndFieldFormat Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

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(
  BSTR* 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