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.DisplayTimeFormat Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR* 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