ArcObjects Library Reference (Display)  

ITimeDisplay Interface

Provides access to members that control the Time Extent.

Product Availability

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

Description

This interface allows the Display to respond to programmatic commands that change the currently displayed time.  All layers participating in the Time system will respond to commands sent to this Display interface.

Members

Description
Read/write property TimeReference Time reference using which the data has to be displayed.
Read/write property TimeValue Time Extent for which the data has to be displayed.

CoClasses that implement ITimeDisplay

CoClasses and Classes Description
GlobeDisplay (esriGlobeCore) The globe display object.
SceneGraph (esri3DAnalyst) A container for recording data and events that occur in a scene.
ScreenDisplay Display class for drawing to window.
SimpleDisplay Display class for drawing to any HDC.

.NET Samples

Make a custom time slider (Code Files: CustomTimeSliderButton) | Set the time extents for a layer then render the layer (Code Files: SetTimeExtentsButton)