This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableTimeInfo Interface > IMapTableTimeInfo.StartTimeFieldName Property (ArcObjects .NET 10.5 SDK) |
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
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.