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


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

IMapTimeDisplay.DisplayTimeFormat Property

The format of the time that is displayed on the time slider.

[Visual Basic .NET]
Public Property DisplayTimeFormat As String
[C#]
public string DisplayTimeFormat {get; set;}
[C++]
HRESULT get_DisplayTimeFormat(
  System.String* timeFormat
);
[C++]
HRESULT put_DisplayTimeFormat(
  BSTR timeFormat
);
[C++]
Parameters
timeFormat [out, retval]

timeFormat is a parameter of type BSTR* timeFormat [in]
timeFormat is a parameter of type BSTR

Product Availability

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

See Also

IMapTimeDisplay Interface