ArcObjects Library Reference (Carto)  

ITimeTableDefinition.EndTimeFieldName Property

Name of the field that has end time for a row.

[Visual Basic .NET]
Public Property EndTimeFieldName As String
[C#]
public string EndTimeFieldName {get; set;}
[C++]
HRESULT get_EndTimeFieldName(
  BSTR* FieldName
);
[C++]
HRESULT put_EndTimeFieldName(
  BSTR FieldName
);
[C++]

Parameters

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

Product Availability

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

Description

If the data in a table has a start and an end time, this property contains the name of the column that holds the end time for each feature.  If the data only has one time associated with it (it is instantaneous) then this property is not set.

See Also

ITimeTableDefinition Interface