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


ITimeDimensionDefinition.TimeDimensionFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeDimensionDefinition Interface > ITimeDimensionDefinition.TimeDimensionFormat Property
ArcGIS Developer Help

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