ArcObjects Library Reference (Carto)  

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(
  BSTR* 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