ArcObjects Library Reference (Carto)  

ITimeDimensionDefinition.TimeDimensionFormat Property

Returns the format of the dimension that represents time.

[Visual Basic .NET]
Public Property TimeDimensionFormat As String
[C#]
public string TimeDimensionFormat {get; set;}
[C++]
HRESULT get_TimeDimensionFormat(
  BSTR* Format
);
[C++]
HRESULT put_TimeDimensionFormat(
  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.

See Also

ITimeDimensionDefinition Interface