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


ITimeTableDefinition.StartTimeFieldName 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.StartTimeFieldName Property
ArcGIS Developer Help

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