ArcObjects Library Reference (Carto)  

IMapTableTimeInfo.TimeValueFormat Property

Time field(s) values format.

[Visual Basic .NET]
Public ReadOnly Property TimeValueFormat As String
[C#]
public string TimeValueFormat {get;}
[C++]
HRESULT get_TimeValueFormat(
  BSTR* Format
);
[C++]

Parameters

Format [out, retval]   Format is a parameter of type BSTR

Product Availability

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

Remarks

Only application when a string or numeric field is used for time definition.

See Also

IMapTableTimeInfo Interface