This document is archived and information here might be outdated. Recommended version. |
Name of the field that has end time for a row.
[Visual Basic .NET]
Public Property EndTimeFieldName As String
[C#]
public string EndTimeFieldName {get; set;}
[C++]
HRESULT get_EndTimeFieldName(
System.String* FieldName
);
[C++]
HRESULT put_EndTimeFieldName(
BSTR FieldName
);
[C++] Parameters FieldName [out, retval]
FieldName is a parameter of type BSTR* FieldName [in]
FieldName is a parameter of type BSTR
If the data in a table has a start and an end time, this property contains the name of the column that holds the end time for each feature. If the data only has one time associated with it (it is instantaneous) then this property is not set.