ArcObjects Library Reference (Animation)  

ITimeWindow.StartFieldFormat Property

The start field format.

[Visual Basic .NET]
Public Property StartFieldFormat As String
[C#]
public string StartFieldFormat {get; set;}
[C++]
HRESULT get_StartFieldFormat(
  BSTR* pField
);
[C++]
HRESULT put_StartFieldFormat(
  BSTR pField
);
[C++]

Parameters

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

Product Availability

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

See Also

ITimeWindow Interface