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


IMapTableTimeInfo.TimeValueFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableTimeInfo Interface > IMapTableTimeInfo.TimeValueFormat Property
ArcGIS Developer Help

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(
  System.String* 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