This document is archived and information here might be outdated. Recommended version. |
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(
System.String* 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.