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


ITimeDimensionDefinition.TimeDimensionFormat Property (ArcObjects .NET 10.4 SDK)
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