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


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

ITimeTableDefinition.TimeValueFormat Property

Time value format if the field name is of the string format.

[Visual Basic .NET]
Public Property TimeValueFormat As String
[C#]
public string TimeValueFormat {get; set;}
[C++]
HRESULT get_TimeValueFormat(
  System.String* Format
);
[C++]
HRESULT put_TimeValueFormat(
  BSTR Format
);
[C++]
Parameters
Format [out, retval]

Format is a parameter of type BSTR* Format [in]
Format is a parameter of type BSTR

Product Availability

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

Description

This property contains an emumeration representing the format of the data stored in the Start Time Field and the End Time Field.  The Start Time Field and the End Time Field must use the same format.  Only formats allowed by this enumeration are allowed. 

See Also

ITimeTableDefinition Interface