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


IMapTimeDisplay.DisplayDateFormat 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.DisplayDateFormat Property
ArcGIS Developer Help

IMapTimeDisplay.DisplayDateFormat Property

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

[Visual Basic .NET]
Public Property DisplayDateFormat As String
[C#]
public string DisplayDateFormat {get; set;}
[C++]
HRESULT get_DisplayDateFormat(
  System.String* dateFormat
);
[C++]
HRESULT put_DisplayDateFormat(
  BSTR dateFormat
);
[C++]
Parameters
dateFormat [out, retval]

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

Product Availability

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

See Also

IMapTimeDisplay Interface