ArcObjects Library Reference (Carto)  

ITimeTableDefinition.StartTimeFieldName Property

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

[Visual Basic .NET]
Public Property StartTimeFieldName As String
[C#]
public string StartTimeFieldName {get; set;}
[C++]
HRESULT get_StartTimeFieldName(
  BSTR* FieldName
);
[C++]
HRESULT put_StartTimeFieldName(
  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

This property contains the name of the column which contains the start time for each feature.  If the feature has only one associated time, then this field is used, and the EndTimeFieldName is not set.

See Also

ITimeTableDefinition Interface