ArcObjects Library Reference (Carto)  

IMapTableTimeInfo.StartTimeFieldName Property

Name of the field that has start time or time instant for a table.

[Visual Basic .NET]
Public ReadOnly Property StartTimeFieldName As String
[C#]
public string StartTimeFieldName {get;}
[C++]
HRESULT get_StartTimeFieldName(
  BSTR* FieldName
);
[C++]

Parameters

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

Product Availability

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

Remarks

Time from this field is used to define when a feature/row is begun in case when the layer/table is time-enabled with two fields.

When a layer/table is time-enabled with single field, value in this field represents the moment the feature/row is recorded.

See Also

IMapTableTimeInfo Interface