ArcObjects Library Reference (Carto)  

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(
  BSTR* 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