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


ITimeTableDefinition.EndTimeFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeTableDefinition Interface > ITimeTableDefinition.EndTimeFieldName Property
ArcGIS Developer Help

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