ArcObjects Library Reference (Carto)  

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

Product Availability

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

See Also

IMapTimeDisplay Interface