This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTimeDisplay Interface > IMapTimeDisplay.DisplayDateFormat Property (ArcObjects .NET 10.5 SDK) |
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